Uses of Class
edu.umd.cs.findbugs.plan.DetectorOrderingConstraint
Packages that use DetectorOrderingConstraint
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 DetectorOrderingConstraint in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return types with arguments of type DetectorOrderingConstraintModifier and TypeMethodDescriptionPlugin.interPassConstraintIterator()Return an Iterator over the inter-pass Detector ordering constraints.Plugin.intraPassConstraintIterator()Return an Iterator over the intra-pass Detector ordering constraints.Methods in edu.umd.cs.findbugs with parameters of type DetectorOrderingConstraintModifier and TypeMethodDescriptionvoidPlugin.addInterPassOrderingConstraint(DetectorOrderingConstraint constraint) Add an inter-pass Detector ordering constraint.voidPlugin.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 DetectorOrderingConstraintModifier and TypeMethodDescriptionvoidConstraintEdge.setConstraint(DetectorOrderingConstraint constraint) Set the DetectorOrderingConstraint that created this edge.