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

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Apr 30 15:45:56 EDT 2014


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

RH Bugzilla Integration updated DROOLS-71:
------------------------------------------

        Bugzilla Update: Perform
    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1093174


> 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.5.1.Final, 6.0.0.Alpha9
>
>
> 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 was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jboss-jira mailing list