[jboss-jira] [JBoss JIRA] (DROOLS-4893) in evaluators for type Double does not work with executable model

Hiroko Miura (Jira) issues at jboss.org
Mon Dec 23 04:23:31 EST 2019


Hiroko Miura created DROOLS-4893:
------------------------------------

             Summary:  in evaluators for type Double does not work with executable model
                 Key: DROOLS-4893
                 URL: https://issues.redhat.com/browse/DROOLS-4893
             Project: Drools
          Issue Type: Bug
          Components: core engine
    Affects Versions: 7.26.0.Final, 7.31.0.Final
            Reporter: Hiroko Miura
            Assignee: Mario Fusco
         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