FindBugs™ 3.0.1-dev-20190131
- java.lang.Object
-
- edu.umd.cs.findbugs.SloppyBugComparator
-
- All Implemented Interfaces:
- WarningComparator, java.io.Serializable, java.util.Comparator<BugInstance>
public class SloppyBugComparator
extends java.lang.Object
implements WarningComparator
Very sloppy bug comparator: if the warnings are of the same type, and in the
same class/method/field, assume they are the same.
- Author:
- David Hovemeyer
- See Also:
- Serialized Form
-
-
Method Summary
-
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
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
FindBugs™ 3.0.1-dev-20190131
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.