Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-5882

Fix cleanup method org.jboss.as.jmx.ModelControllerMBeanTestCase#cleanup

    XMLWordPrintable

Details

    Description

      The variable kernelServices is assigned to itself in the cleanup method instead of null.

      @Override
      @After
      public void cleanup() throws Exception {
          super.cleanup();
          IoUtils.safeClose(jmxConnector);
          jmxConnector = null;
          kernelServices = kernelServices;
          }
      

      Attachments

        Activity

          People

            clara0 Clara Fang (Inactive)
            clara0 Clara Fang (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: