[jboss-jira] [JBoss JIRA] (DROOLS-4892) in evaluators for type Double does not work with executable model
Mario Fusco (Jira)
issues at jboss.org
Thu Jan 2 11:02:44 EST 2020
[ https://issues.redhat.com/browse/DROOLS-4892?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mario Fusco resolved DROOLS-4892.
---------------------------------
Resolution: Done
Fixed by https://github.com/kiegroup/drools/commit/ec7d928cfc1bae0ea9e325087d761dddf4f98420
> in evaluators for type Double does not work with executable model
> ------------------------------------------------------------------
>
> Key: DROOLS-4892
> URL: https://issues.redhat.com/browse/DROOLS-4892
> Project: Drools
> Issue Type: Bug
> Components: core engine
> Affects Versions: 7.26.0.Final, 7.31.0.Final
> Reporter: Hiroko Miura
> Assignee: Mario Fusco
> Priority: Major
> Labels: support
> Attachments: executable-model-DoubleTest.zip
>
>
> The constraint like the following does not match when using executable model.
> {noformat}
> rule "Double nnn"
> when
> f : Fact( doubleVal in ( 100, 200, 300 ) )
> then
> ...
> end
> {noformat}
> This rule can fire if executable model is not used.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the jboss-jira
mailing list