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 void
FindBugs2.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 TypeMethodDescriptionvoid
Add a Plugin whose Detectors should be added to the execution plan.void
ExecutionPlan.build()
Build the execution plan.private void
ExecutionPlan.buildPassList
(ConstraintGraph constraintGraph) private void
ExecutionPlan.sortPass
(List<DetectorOrderingConstraint> constraintList, Map<String, DetectorFactory> factoryMap, AnalysisPass pass)