[jboss-jira] [JBoss JIRA] (JBRULES-3568) NPE in jitted constraint when evaluating an arithmetic expression having null as one of its operand
Mario Fusco (JIRA)
jira-events at lists.jboss.org
Tue Jul 3 13:52:12 EDT 2012
Mario Fusco created JBRULES-3568:
------------------------------------
Summary: NPE in jitted constraint when evaluating an arithmetic expression having null as one of its operand
Key: JBRULES-3568
URL: https://issues.jboss.org/browse/JBRULES-3568
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
on a Bean defined as:
class Bean {
double val1;
Double val2;
}
the evaluation of a jitted constraint like "val1/val2 > 0.7" throws a NullPointerException
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list