[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1287) Use of reserved word as bound variable in a pattern results as NPE

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Thu Sep 1 20:19:26 EDT 2011


     [ https://issues.jboss.org/browse/JBRULES-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated JBRULES-1287:
---------------------------------------------

    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=724205


> Use of reserved word as bound variable in a pattern results as NPE
> ------------------------------------------------------------------
>
>                 Key: JBRULES-1287
>                 URL: https://issues.jboss.org/browse/JBRULES-1287
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: drools-compiler
>    Affects Versions: 4.0.2
>         Environment: Eclipse 3.2, Windows XP
>            Reporter: Justin Wick
>            Assignee: Edson Tirelli
>             Fix For: 5.0.1.FINAL
>
>         Attachments: ReservedWordNPE.zip
>
>
> example:
> rule "This generates an NPE"
> 	when
> 		result : ReservedWordNPEFact(data < 15)
> 	then
> 		result.setData(new Integer(1));	 
> end
> At least in the eclipse IDE, this generates an NPE.  Change result to something like:
> rule "This generates an NPE"
> 	when
> 		f: ReservedWordNPEFact(data < 15)
> 	then
> 		f.setData(new Integer(1));	 
> end
> and it goes away.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list