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

java.lang.Object
edu.umd.cs.findbugs.detect.TestDataflowAnalysis<Fact,AnalysisType>
All Implemented Interfaces:
Detector2, FirstPassDetector, NonReportingDetector, Priorities

public class TestDataflowAnalysis<Fact,AnalysisType extends DataflowAnalysis<Fact>> extends Object implements Detector2, NonReportingDetector
This detector is just a test harness to test a dataflow analysis class specified by the dataflow.classname property.
Author:
David Hovemeyer
  • Constructor Details

    • TestDataflowAnalysis

      public TestDataflowAnalysis(BugReporter bugReporter)
  • Method Details