Package edu.umd.cs.findbugs.plan

Interface Summary
DetectorFactorySelector  
 

Class Summary
AnalysisPass An analysis pass in the overall ExecutionPlan.
ByInterfaceDetectorFactorySelector  
ConstraintEdge Edge in a ConstraintGraph.
ConstraintGraph Graph of Detector ordering constraints.
DetectorNode Node in a ConstraintGraph.
DetectorOrderingConstraint An ordering constraint which must be taken into account when Detectors are run.
ExecutionPlan A plan for executing Detectors on an application.
ReportingDetectorFactorySelector Select all detector factories for reporting detectors.
SingleDetectorFactorySelector Select a detector factory for a specific detector class.
 

Exception Summary
OrderingConstraintException An exception indicating that the detector ordering constraints specified by a plugin are invalid.