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 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ConstraintEdge.setConstraint(DetectorOrderingConstraint constraint)
Set the DetectorOrderingConstraint that created this edge.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.