[jboss-jira] [JBoss JIRA] (WFLY-1739) Certain methods unconditionally invokes itself and may cause infinit loop

Cheng Fang (JIRA) jira-events at lists.jboss.org
Mon Jul 22 16:37:26 EDT 2013


Cheng Fang created WFLY-1739:
--------------------------------

             Summary: Certain methods unconditionally invokes itself and may cause infinit loop
                 Key: WFLY-1739
                 URL: https://issues.jboss.org/browse/WFLY-1739
             Project: WildFly
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 8.0.0.Beta1
            Reporter: Cheng Fang
            Assignee: Paul Ferraro


FindBugs found 2 instances of such recursive calls:
{code:title=org.jboss.as.clustering.msc.DelegatingServiceTarget}
@Override
    public Set<ServiceListener<Object>> getListeners() {
        return this.getListeners();
    }
{code}

{code:title=org.wildfly.clustering.web.catalina.session.SessionFacade}
@Override
    public boolean isValidInternal() {
        return this.isValidInternal();
    }
{code}

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