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
-
-
Field Summary
Fields Modifier and Type Field Description private BugInstancebug
-
Constructor Summary
Constructors Constructor Description BugLeafNode(BugInstance b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)BugInstancegetBug()inthashCode()booleanmatches(BugAspects aspects)booleanmatches(BugAspects.SortableValue keyValuePair)java.lang.StringtoString()
-
-
-
Field Detail
-
bug
private final BugInstance bug
-
-
Constructor Detail
-
BugLeafNode
BugLeafNode(BugInstance b)
-
-
Method Detail
-
getBug
public BugInstance getBug()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
matches
public boolean matches(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)
-
-