[jboss-jira] [JBoss JIRA] (DROOLS-87) org.drools.time.impl.DefaultJobHandle causes NullPointer in hashCode

Christian Klock (JIRA) jira-events at lists.jboss.org
Sun Mar 24 13:24:42 EDT 2013


Christian Klock created DROOLS-87:
-------------------------------------

             Summary: org.drools.time.impl.DefaultJobHandle causes NullPointer in hashCode
                 Key: DROOLS-87
                 URL: https://issues.jboss.org/browse/DROOLS-87
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 5.5
            Reporter: Christian Klock
            Assignee: Mark Proctor


When timerJobInstance is null, the following NPE is thrown:

Caused by: java.lang.NullPointerException
        at org.drools.time.impl.DefaultJobHandle.getJob(DefaultJobHandle.java:55)
        at org.drools.time.impl.DefaultJobHandle.hashCode(DefaultJobHandle.java:70)
        at java.lang.Object.toString(Object.java:237)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list