Class BugLeafNode

java.lang.Object
edu.umd.cs.findbugs.gui2.BugLeafNode

public class BugLeafNode extends 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
  • Method Details

    • getBug

      public BugInstance getBug()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • matches

      public boolean matches(edu.umd.cs.findbugs.gui2.BugAspects.SortableValue keyValuePair)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • matches

      public boolean matches(BugAspects aspects)