Class TestDataflowAnalysis<Fact,​AnalysisType extends DataflowAnalysis<Fact>>

    • Constructor Detail

      • TestDataflowAnalysis

        public TestDataflowAnalysis​(BugReporter bugReporter)
    • Method Detail

      • finishPass

        public void finishPass()
        Description copied from interface: Detector2
        This method is called at the end of the analysis pass.
        Specified by:
        finishPass in interface Detector2
      • getDetectorClassName

        public java.lang.String getDetectorClassName()
        Description copied from interface: Detector2
        Get the name of the detector class.
        Specified by:
        getDetectorClassName in interface Detector2
        Returns:
        the name of the detector class.