[jboss-jira] [JBoss JIRA] (DROOLS-751) Missing nullchecks in LeftTupleSetsImpl

Mark Proctor (JIRA) issues at jboss.org
Fri Mar 27 12:01:19 EDT 2015


    [ https://issues.jboss.org/browse/DROOLS-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13054100#comment-13054100 ] 

Mark Proctor commented on DROOLS-751:
-------------------------------------

the issue is the list element is being iterated in one thread and added back into the set in another thread. We'll need to add a copy process in there :(

> 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.  



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)



More information about the jboss-jira mailing list