-
Bug
-
Resolution: Done
-
Major
-
7.46.0.Final
-
None
-
2021 Week 04-06 (from Jan 25), 2021 Week 07-09 (from Feb 15)
-
3
-
Undefined
-
NEW
-
NEW
-
---
-
---
Support @Modifies for property reactivity in executable-model:
e.g.)
public class Light { private boolean on; @Modifies( { "on" } ) public void turnOn() { setOn(true); } ...
The issue is found in org.drools.mvel.integrationtests.VarargsTest.
- is related to
-
DROOLS-5729 Reorganize drools unit tests
- Coding In Progress