FindBugs™ 1.3.4

Uses of Class
edu.umd.cs.findbugs.DelegatingBugReporter

Packages that use DelegatingBugReporter
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 DelegatingBugReporter in edu.umd.cs.findbugs
 

Subclasses of DelegatingBugReporter in edu.umd.cs.findbugs
 class CategoryFilteringBugReporter
          Filter reported warnings by category.
 class ErrorCountingBugReporter
          A delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.
 class ExcludingHashesBugReporter
           
 class FilterBugReporter
           
 

Methods in edu.umd.cs.findbugs with parameters of type DelegatingBugReporter
static void FindBugs.configureBaselineFilter(DelegatingBugReporter bugReporter, java.lang.String baselineFileName)
           
static void FindBugs.configureFilter(DelegatingBugReporter bugReporter, java.lang.String filterFileName, boolean include)
           
 


FindBugs™ 1.3.4

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