[jboss-jira] [JBoss JIRA] (AS7-6288) Dead code in org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(InterceptorContext)

Stephen Coy (JIRA) jira-events at lists.jboss.org
Mon Jan 7 07:07:08 EST 2013


Stephen Coy created AS7-6288:
--------------------------------

             Summary: Dead code in org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(InterceptorContext)
                 Key: AS7-6288
                 URL: https://issues.jboss.org/browse/AS7-6288
             Project: Application Server 7
          Issue Type: Task
          Components: EJB
    Affects Versions: 7.2.0.Alpha1
         Environment: n/a
            Reporter: Stephen Coy
            Assignee: jaikiran pai
            Priority: Trivial


This method contains a null test of singletonComponent *after* it has already been dereferenced.

The test is actually redundant because the call to initialise it throws an exception if it's not null already.

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