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.edu.umd.cs.findbugs.workflow -
-
Uses of WarningComparator in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement WarningComparator Modifier and Type Class Description class
FuzzyBugComparator
A slightly more intellegent way of comparing BugInstances from two versions to see if they are the "same".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.class
VersionInsensitiveBugComparator
Compare bug instances by only those criteria which we would expect to remain constant between versions. -
Uses of WarningComparator in edu.umd.cs.findbugs.workflow
Methods in edu.umd.cs.findbugs.workflow that return WarningComparator Modifier and Type Method Description WarningComparator
BugHistory. getComparator()
Deprecated.Get the Comparator used to compare BugInstances from different BugCollections.Methods in edu.umd.cs.findbugs.workflow with parameters of type WarningComparator Modifier and Type Method Description void
BugHistory. setComparator(WarningComparator comparator)
Deprecated.
-