|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.umd.cs.findbugs.SloppyBugComparator
public class SloppyBugComparator
Very sloppy bug comparator: if the warnings are of the same type, and in the same class/method/field, assume they are the same.
Constructor Summary | |
---|---|
SloppyBugComparator()
Constructor. |
Method Summary | |
---|---|
int |
compare(BugInstance lhs,
BugInstance rhs)
|
void |
setClassNameRewriter(ClassNameRewriter classNameRewriter)
|
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 |
---|
public SloppyBugComparator()
Method Detail |
---|
public void setClassNameRewriter(ClassNameRewriter classNameRewriter)
setClassNameRewriter
in interface WarningComparator
classNameRewriter
- The classNameRewriter to set.public int compare(BugInstance lhs, BugInstance rhs)
compare
in interface WarningComparator
compare
in interface java.util.Comparator<BugInstance>
|
FindBugs™ 1.3.9 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |