-
Enhancement
-
Resolution: Done
-
Major
-
7.57.0.Final
-
None
-
2021 Week 28-30 (from Jul 12)
-
2
-
Undefined
-
NEW
-
NEW
When a literal is directly bound to a bind variable, be able to use it for analysis.
rule R1 when $c : ControlFact( $value : "Value1" ) then $c.mapData["Key1"] = $value; modify ($c) {mapData = $c.mapData}; end rule R2 when $c : ControlFact(mapData["Key1"] == "Value1") then end
R1 -> R2 : POSITIVE link
- relates to
-
DROOLS-6415 Impact Analysis : analyze modified map key/value
- Closed