]
Michael Biarnes Kiefer updated DROOLS-1678:
-------------------------------------------
Fix Version/s: 8.0.0.Beta1
(was: 7.3.0.Final)
Unary test "in" defined before variable throws NPE
--------------------------------------------------
Key: DROOLS-1678
URL:
https://issues.jboss.org/browse/DROOLS-1678
Project: Drools
Issue Type: Bug
Components: dmn engine
Affects Versions: 7.1.0.Final
Reporter: Tibor Zimányi
Assignee: Edson Tirelli
Fix For: 8.0.0.Beta1
Having this DMN test with Unary test defined:
{code:java}
{ test : in x, y : 20, x : [10, 20, 30], result : test( y ) }.result
{code}
The test fails on NPE with the following stacktrace:
https://gist.github.com/baldimir/630c68e766285e430a1755924ea9a66b