-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
NEW
-
NEW
-
---
-
---
It’s possible to check for abstract classes instead of the interface for LeftTupleSink, RightTupleSink and Memory, hence avoiding type polluting and interface instanceof.
When there is not a common parent, for example here, a series of if with an instanceof against different abstract classes is put instead.
The description of the problem is here
- is caused by
-
DROOLS-7521 Fix the secondary super cache problem in Drools
- Open