[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
Thu Jul 17 11:04:31 EDT 2014
[ https://issues.jboss.org/browse/DROOLS-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12985968#comment-12985968 ]
RH Bugzilla Integration commented on DROOLS-71:
-----------------------------------------------
Marek Winkler <mwinkler at redhat.com> changed the Status of [bug 1093174|https://bugzilla.redhat.com/show_bug.cgi?id=1093174] from ON_QA to VERIFIED
> 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.6#6264)
More information about the jboss-jira
mailing list