[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
Wed Jul 4 08:29:12 EDT 2012
[ https://issues.jboss.org/browse/JBRULES-3568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mario Fusco resolved JBRULES-3568.
----------------------------------
Fix Version/s: 5.4.1.Final
5.5.0.Beta1
Resolution: Done
> 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
> Fix For: 5.4.1.Final, 5.5.0.Beta1
>
>
> 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