[jboss-jira] [JBoss JIRA] (WFLY-1739) Certain methods unconditionally invokes itself and may cause infinit loop
Kabir Khan (JIRA)
issues at jboss.org
Wed Dec 6 12:20:30 EST 2017
[ https://issues.jboss.org/browse/WFLY-1739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan updated WFLY-1739:
-----------------------------
Fix Version/s: 9.0.0.Final
> 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.Alpha4
> Reporter: Cheng Fang
> Assignee: Paul Ferraro
> Fix For: 9.0.0.Final
>
>
> 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 was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the jboss-jira
mailing list