]
Edson Tirelli reassigned JBRULES-1274:
--------------------------------------
Assignee: Edson Tirelli (was: Mark Proctor)
NPE when using reserved word "action" as a bound variable,
or omitting rule title
---------------------------------------------------------------------------------
Key: JBRULES-1274
URL:
http://jira.jboss.com/jira/browse/JBRULES-1274
Project: JBoss Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Drl Parser/Builder
Affects Versions: 4.0.2
Reporter: Justin Wick
Assigned To: Edson Tirelli
The following code using the reserved word "action" causes an NPE:
rule "Test"
when
action : Object()
then
System.out.println("A RHS");
end
or this code (omitting title):
rule
when
Object()
then
System.out.println("A RHS");
end
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: