-
Bug
-
Resolution: Done
-
Major
-
7.56.0.Final
-
None
-
2021 Week 25-27 (from Jun 21), 2021 Week 28-30 (from Jul 12), 2021 Week 31-33 (from Aug 2)
-
3
-
Undefined
-
NEW
-
NEW
In exec-model,
rule R1 when Person( $streetName : address!.street ) then System.out.println($streetName); end
actually misses null check so a Fact with address = null matches the rule and throws NPE when accessing $streetName.
- is incorporated by
-
DROOLS-5827 executable-model test failure in test-compiler-integration NullSafeDereferencingTest
- Closed
- is related to
-
DROOLS-5729 Reorganize drools unit tests
- Coding In Progress