[
https://issues.jboss.org/browse/AS7-6288?page=com.atlassian.jira.plugin.s...
]
Stephen Coy updated AS7-6288:
-----------------------------
Summary: Incorrect code in
org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(InterceptorContext)
(was: Dead code in
org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(InterceptorContext))
Incorrect 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