edu.umd.cs.findbugs.gui2
Class BugLeafNode
java.lang.Object
edu.umd.cs.findbugs.gui2.BugLeafNode
public class BugLeafNode
- extends java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getBug
public BugInstance getBug()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
matches
public boolean matches(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue keyValuePair)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
matches
public boolean matches(BugAspects aspects)
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.