|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.gui.FindBugsFrame.BugInstancePackageComparator
private static class FindBugsFrame.BugInstancePackageComparator
Compare BugInstance package names. This is useful for grouping bug instances by package. Note that all instances with the same package name will compare as equal.
Constructor Summary | |
---|---|
private |
FindBugsFrame.BugInstancePackageComparator()
|
Method Summary | |
---|---|
int |
compare(BugInstance lhs,
BugInstance rhs)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
private FindBugsFrame.BugInstancePackageComparator()
Method Detail |
---|
public int compare(BugInstance lhs, BugInstance rhs)
compare
in interface java.util.Comparator<BugInstance>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |