-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
The following rule throws an NPE if the list contains a null item:
global java.util.List list
rule R
when
$other : Integer( ) from list
then
end
The following rule throws an NPE if the list contains a null item:
global java.util.List list
rule R
when
$other : Integer( ) from list
then
end