[jboss-jira] [JBoss JIRA] (JBRULES-3648) Adding a comment containing a comma in the RHS causes a compilation failure
Mario Fusco (JIRA)
jira-events at lists.jboss.org
Wed Oct 3 12:42:03 EDT 2012
Mario Fusco created JBRULES-3648:
------------------------------------
Summary: Adding a comment containing a comma in the RHS causes a compilation failure
Key: JBRULES-3648
URL: https://issues.jboss.org/browse/JBRULES-3648
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
Adding a comment containing a comma in the RHS, as in the following example, causes a compilation failure.
rule R1 when
$p : Person( age < name.length )
then
insertLogical(new Person("Mario",
// this is the age,
38));
end
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list