[jboss-jira] [JBoss JIRA] (DROOLS-71) NPE when there is a null value in a list used by a from element

Mario Fusco (JIRA) jira-events at lists.jboss.org
Thu Mar 7 12:01:42 EST 2013


Mario Fusco created DROOLS-71:
---------------------------------

             Summary: NPE when there is a null value in a list used by a from element
                 Key: DROOLS-71
                 URL: https://issues.jboss.org/browse/DROOLS-71
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Mario Fusco
            Assignee: Mario Fusco


The following rule throws an NPE if the list contains a null item:

{code}
global java.util.List list

rule R
when
    $other : Integer( ) from list
then
end
{code}

--
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