-
Bug
-
Resolution: Done
-
Major
-
7.54.0.Final
-
None
-
2021 Week 22-24 (from May 31)
-
3
-
Undefined
-
NEW
-
NEW
rule R when $r : Result() $p1 : Person() if (name == "Mark") do[Mark] else if (name == "Edson") do[Edson] if (age == 35) do[Age35] else if (age == 37) do[Age37] then ...
fails with the error:
[Message [id=1, kieBase=defaultKieBase, level=ERROR, path=r0.drl, line=-1, column=0 text=Related pattern cannot be found for if ( age == 35 ) do[Age35] else if ( age == 37 ) do[Age37]]]
- is incorporated by
-
DROOLS-5823 executable-model test failure in test-compiler-integration NamedConsequencesTest
- Closed
- is related to
-
DROOLS-5729 Reorganize drools unit tests
- Coding In Progress