Casey Stella created METRON-1166:
------------------------------------

             Summary: Stellar short circuiting fails when a complex condition 
using a boolean op is followed by the opposite boolean op
                 Key: METRON-1166
                 URL: https://issues.apache.org/jira/browse/METRON-1166
             Project: Metron
          Issue Type: Bug
            Reporter: Casey Stella


Rather subtle one here.  Stellar short circuiting fails when a parenthetical 
boolean expression involving one boolean op is followed by the other boolean op.

For instance:
* (false && true) || true would yield false, which is wrong because we're 
mixing && and ||.
* (false || false) || true would yield true, which is correct because both ops 
are ||



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to