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 voidFindBugs2. 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 voidExecutionPlan. addPlugin(Plugin plugin)Add 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(java.util.List<DetectorOrderingConstraint> constraintList, java.util.Map<java.lang.String,DetectorFactory> factoryMap, AnalysisPass pass)
-