]
Mark Proctor commented on DROOLS-751:
-------------------------------------
We don't do null checks, as we don't do defensive programming. This is the
symptom, the cause will be else where and we need to fix the cause.
We'll need a unit test to progress this.
Missing nullchecks in LeftTupleSetsImpl
---------------------------------------
Key: DROOLS-751
URL:
https://issues.jboss.org/browse/DROOLS-751
Project: Drools
Issue Type: Bug
Reporter: Tibor Zimányi
Assignee: Mark Proctor
In class LeftTupleSetsImpl there are missing nullchecks in some methods that contains
handling LeftTuple instances. I.e. in method removeInsert there is LeftTuple variable
previous that is not nullchecked.