[jboss-jira] [JBoss JIRA] Resolved: (JBRULES-2113) NPE thrown by LeftTuple.get() method

Mark Proctor (JIRA) jira-events at lists.jboss.org
Tue May 17 20:47:01 EDT 2011


     [ https://issues.jboss.org/browse/JBRULES-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Proctor resolved JBRULES-2113.
-----------------------------------

    Resolution: Out of Date


Haven't heard anything on this for a while. Please reopen if you think this is still broken on HEAD.

> NPE thrown by LeftTuple.get() method
> ------------------------------------
>
>                 Key: JBRULES-2113
>                 URL: https://issues.jboss.org/browse/JBRULES-2113
>             Project: Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 5.0.0.CR1
>         Environment: FOund in 5.0.0.CR1 - Community version. Windows XP
>            Reporter: Tom Murphy
>            Assignee: Mark Proctor
>
> the get() method on LeftTuple throws a null exception under certain circumstances, which are as yet undetermined.
> Here is the Code:
> public InternalFactHandle get(final int index) {
>         LeftTuple entry = this;
>         while ( entry.index != index ) {
>             entry = entry.parent;
>         }
>         return entry.handle;
>     }
> Note that the loop moves to each parent in succession, but never checks for entry != null. If it does get to the end of the chain, it will throw an NPE

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list