-
Bug
-
Resolution: Done
-
Major
-
None
-
7.24.0.Final, 7.25.0.Final, 7.26.0.Final, 7.27.0.Final
-
2019 Week 38-40 (from Sep 16)
-
- See unit test PR
-
NEW
-
NEW
When a pattern has multiple lines, executable-model doesn't fully parse its conditions.
rule R1 when $p : Person(age == 30 || employed == true) then end
Looking at the generated Java code, only the first line is parsed.
It doesn't have a problem in 7.23.0.Final so it seems to be a regression after that.
- is incorporated by
-
RHDM-1098 executable-model doesn't fully parse multi-line pattern
- Closed