Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-1739

Certain methods unconditionally invokes itself and may cause infinit loop

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 9.0.0.Final
    • 8.0.0.Alpha4
    • Clustering
    • None

      FindBugs found 2 instances of such recursive calls:

      org.jboss.as.clustering.msc.DelegatingServiceTarget
      @Override
          public Set<ServiceListener<Object>> getListeners() {
              return this.getListeners();
          }
      
      org.wildfly.clustering.web.catalina.session.SessionFacade
      @Override
          public boolean isValidInternal() {
              return this.isValidInternal();
          }
      

            pferraro@redhat.com Paul Ferraro
            cfang@redhat.com Cheng Fang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: