Uses of Interface
edu.umd.cs.findbugs.WarningComparator
-
Packages that use WarningComparator Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance, BugAnnotation), and other miscellany. -
-
Uses of WarningComparator in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement WarningComparator Modifier and Type Class Description classFuzzyBugComparatorA slightly more intellegent way of comparing BugInstances from two versions to see if they are the "same".classSloppyBugComparatorVery sloppy bug comparator: if the warnings are of the same type, and in the same class/method/field, assume they are the same.classVersionInsensitiveBugComparatorCompare bug instances by only those criteria which we would expect to remain constant between versions.
-