-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
None
-
FUTURE
-
None
-
None
Such expressions in LHS do not compile anymore :
C( f == "a" || f == "b" )
==> compiler says : Predicate ' f == "a" || f == "b" ' must be a Boolean expression
Note that this does not work any more :
C( ( f == "a" ) || ( f == "b" ) )
- is duplicated by
-
JBRULES-3264 compiler error on LHS expressions like C( f == "a" || f == "b" )
-
- Closed
-