[jboss-jira] [JBoss JIRA] (DROOLS-1734) FEEL if in case of otherwise

Matteo Mortari (JIRA) issues at jboss.org
Fri Sep 15 17:34:00 EDT 2017


Matteo Mortari created DROOLS-1734:
--------------------------------------

             Summary: FEEL if in case of otherwise
                 Key: DROOLS-1734
                 URL: https://issues.jboss.org/browse/DROOLS-1734
             Project: Drools
          Issue Type: Bug
          Components: dmn engine
            Reporter: Matteo Mortari
            Assignee: Matteo Mortari


Spec says:
 if FEEL(e 1 ) is true then FEEL(e 2 ) else FEEL(e 3 )

so if I follow the spec, NOT the code, it could happen that FEEL(e1) is:
true        follows the spec, returns FEEL(e2)
false       follows the spec, returns FEEL(e3)
otherwise   if I follow the spec, it should return FEEL(e3), if I follow the code, it's returning null (and an error).



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jboss-jira mailing list