Uses of Class
edu.umd.cs.findbugs.plan.DetectorOrderingConstraint
-
Packages that use DetectorOrderingConstraint 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 DetectorOrderingConstraint in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return types with arguments of type DetectorOrderingConstraint Modifier and Type Method Description java.util.Iterator<DetectorOrderingConstraint>
Plugin. interPassConstraintIterator()
Return an Iterator over the inter-pass Detector ordering constraints.java.util.Iterator<DetectorOrderingConstraint>
Plugin. intraPassConstraintIterator()
Return an Iterator over the intra-pass Detector ordering constraints.Methods in edu.umd.cs.findbugs with parameters of type DetectorOrderingConstraint Modifier and Type Method Description void
Plugin. addInterPassOrderingConstraint(DetectorOrderingConstraint constraint)
Add an inter-pass Detector ordering constraint.void
Plugin. addIntraPassOrderingConstraint(DetectorOrderingConstraint constraint)
Add an intra-pass Detector ordering constraint. -
Uses of DetectorOrderingConstraint in edu.umd.cs.findbugs.plan
Methods in edu.umd.cs.findbugs.plan with parameters of type DetectorOrderingConstraint Modifier and Type Method Description void
ConstraintEdge. setConstraint(DetectorOrderingConstraint constraint)
Set the DetectorOrderingConstraint that created this edge.
-