Interface Detector

    • Method Detail

      • visitClassContext

        void visitClassContext​(ClassContext classContext)
        Visit the ClassContext for a class which should be analyzed for instances of bug patterns.
        Parameters:
        classContext - the ClassContext
      • report

        void report()
        This method is called after all classes to be visited. It should be used by any detectors which accumulate information over all visited classes to generate results.