Uses of Class
edu.umd.cs.findbugs.plan.OrderingConstraintException
Packages that use OrderingConstraintException
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.-
Uses of OrderingConstraintException in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that throw OrderingConstraintExceptionModifier and TypeMethodDescriptionprivate voidFindBugs2.createExecutionPlan()Create an execution plan. -
Uses of OrderingConstraintException in edu.umd.cs.findbugs.plan
Methods in edu.umd.cs.findbugs.plan that throw OrderingConstraintExceptionModifier and TypeMethodDescriptionvoidAdd a Plugin whose Detectors should be added to the execution plan.voidExecutionPlan.build()Build the execution plan.private voidExecutionPlan.buildPassList(ConstraintGraph constraintGraph) private voidExecutionPlan.sortPass(List<DetectorOrderingConstraint> constraintList, Map<String, DetectorFactory> factoryMap, AnalysisPass pass)