[
https://issues.apache.org/jira/browse/METRON-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Casey Stella updated METRON-1166:
---------------------------------
Fix Version/s: 0.4.1
> 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
> Assignee: Casey Stella
> Fix For: 0.4.1
>
>
> 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)