FindBugs™ 1.3.9

Uses of Interface
edu.umd.cs.findbugs.WarningComparator

Packages that use WarningComparator
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
 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
 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
 void BugHistory.setComparator(WarningComparator comparator)
          Deprecated.  
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.