-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
7.53.0.Final
-
None
-
Undefined
-
NEW
-
NEW
Case A)
See SharingTest.testShouldAlphaShareBecauseSameConstantDespiteDifferentSyntax().
value == 1
and
value == TestStaticUtils.return1()
are shared when standard-drl. They have the same hashCode because it's calculated by fieldValue.
but not shared when exec-model
Case B)
age < 30
and
age < StaticUtil.getThirty()
are not shared in both standard-drl and exec-model. If we don't consider it as a bug, that would be okay.
- is related to
-
DROOLS-6328 Prevent same key for Alpha Node range index
- Closed
-
DROOLS-6418 Avoid alpha node sharing with static method
- Closed
-
DROOLS-6325 Enhance executable model node sharing test coverage
- Closed