Uses of Package
edu.umd.cs.findbugs.plan
-
Packages that use edu.umd.cs.findbugs.plan Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs
), the object model classes for bug instances (BugInstance
,BugAnnotation
), and other miscellany.edu.umd.cs.findbugs.plan -
Classes in edu.umd.cs.findbugs.plan used by edu.umd.cs.findbugs Class Description DetectorFactorySelector Select one or more DetectorFactories as part of satisfying a Detector ordering constraint.DetectorOrderingConstraint An ordering constraint which must be taken into account when Detectors are run.ExecutionPlan A plan for executing Detectors on an application.OrderingConstraintException An exception indicating that the detector ordering constraints specified by a plugin are invalid. -
Classes in edu.umd.cs.findbugs.plan used by edu.umd.cs.findbugs.plan Class Description AnalysisPass An analysis pass in the overall ExecutionPlan.ConstraintEdge Edge in a ConstraintGraph.ConstraintGraph Graph of Detector ordering constraints.DetectorFactorySelector Select one or more DetectorFactories as part of satisfying a Detector ordering constraint.DetectorNode Node in a ConstraintGraph.DetectorOrderingConstraint An ordering constraint which must be taken into account when Detectors are run.OrderingConstraintException An exception indicating that the detector ordering constraints specified by a plugin are invalid.