Package edu.umd.cs.findbugs.gui2
Class BugLeafNode
- java.lang.Object
-
- edu.umd.cs.findbugs.gui2.BugLeafNode
-
public class BugLeafNode extends java.lang.ObjectThese 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)BugInstancegetBug()inthashCode()booleanmatches(BugAspects aspects)booleanmatches(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue keyValuePair)java.lang.StringtoString()
-
-
-
Method Detail
-
getBug
public BugInstance getBug()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
matches
public boolean matches(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue keyValuePair)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
matches
public boolean matches(BugAspects aspects)
-
-