Uses of Class
edu.umd.cs.findbugs.DelegatingBugReporter
-
Packages that use DelegatingBugReporter 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.bugReporter -
-
Uses of DelegatingBugReporter in edu.umd.cs.findbugs
Subclasses of DelegatingBugReporter in edu.umd.cs.findbugs Modifier and Type Class Description classCategoryFilteringBugReporterFilter reported warnings by category.classErrorCountingBugReporterA delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.classExcludingHashesBugReporterclassFilterBugReporter -
Uses of DelegatingBugReporter in edu.umd.cs.findbugs.bugReporter
Subclasses of DelegatingBugReporter in edu.umd.cs.findbugs.bugReporter Modifier and Type Class Description classBugReporterDecoratorAbstract base class for bug reporters defined as plugins.classMaxRankDecoratorclassSuppressionDecorator
-