-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
7.52.0.Final
-
None
-
2021 Week 19-21 (from May 10), 2021 Week 22-24 (from May 31), 2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12), 2021 Week 31-33 (from Aug 2)
-
4
-
Undefined
-
NEW
-
NEW
rule R1 when ( $a: Cheese ( type == "stilton" ) do[t1] or $b: Cheese ( type == "gorgonzola" ) ) $c: Cheese ( type == "cheddar" ) then results.add( $c.getType() ); then[t1] results.add( $a.getType() ); end
Split from DROOLS-5823
- is incorporated by
-
DROOLS-5823 executable-model test failure in test-compiler-integration NamedConsequencesTest
- Closed