Class BugLeafNode
java.lang.Object
edu.umd.cs.findbugs.gui2.BugLeafNode
These are the leaves of the tree, note that coloring is not done here, it is
done in BugRenderer This class is basically just a wrapper for BugInstance
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBug()inthashCode()booleanmatches(BugAspects aspects) booleanmatches(BugAspects.SortableValue keyValuePair) toString()
-
Field Details
-
bug
-
-
Constructor Details
-
BugLeafNode
BugLeafNode(BugInstance b)
-
-
Method Details
-
getBug
-
toString
-
matches
-
equals
-
hashCode
-
matches
-