[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:16:42 EST 2013


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

Mario Fusco resolved DROOLS-71.
-------------------------------

    Fix Version/s: 5.6
                   6.0.0.Alpha1
       Resolution: Done

    
> 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
>             Fix For: 5.6, 6.0.0.Alpha1
>
>
> 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