Uses of Class
edu.umd.cs.findbugs.plan.OrderingConstraintException
-
Packages that use OrderingConstraintException 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 -
-
Uses of OrderingConstraintException in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that throw OrderingConstraintException Modifier and Type Method Description private 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 OrderingConstraintException Modifier and Type Method Description void
ExecutionPlan. addPlugin(Plugin plugin)
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(java.util.List<DetectorOrderingConstraint> constraintList, java.util.Map<java.lang.String,DetectorFactory> factoryMap, AnalysisPass pass)
-