Package edu.umd.cs.findbugs.bugReporter
Class SuppressionDecorator
java.lang.Object
edu.umd.cs.findbugs.DelegatingBugReporter
edu.umd.cs.findbugs.bugReporter.BugReporterDecorator
edu.umd.cs.findbugs.bugReporter.SuppressionDecorator
- All Implemented Interfaces:
RepositoryLookupFailureCallback,BugReporter,IClassObserver,IErrorLogger
-
Field Summary
FieldsFields inherited from class edu.umd.cs.findbugs.bugReporter.BugReporterDecorator
pluginFields inherited from interface edu.umd.cs.findbugs.BugReporter
NORMAL, SILENT -
Constructor Summary
ConstructorsConstructorDescriptionSuppressionDecorator(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprocessPackageList(Reader rawIn) voidreportBug(BugInstance bugInstance) Report a bug.Methods inherited from class edu.umd.cs.findbugs.bugReporter.BugReporterDecorator
constructMethods inherited from class edu.umd.cs.findbugs.DelegatingBugReporter
addObserver, finish, getBugCollection, getDelegate, getProjectStats, logError, logError, observeClass, reportMissingClass, reportMissingClass, reportQueuedErrors, reportSkippedAnalysis, setErrorVerbosity, setPriorityThreshold
-
Field Details
-
category
-
check
-
dontCheck
-
-
Constructor Details
-
SuppressionDecorator
-
-
Method Details
-
processPackageList
- Parameters:
rawIn-- Throws:
IOException
-
reportBug
Description copied from interface:BugReporterReport a bug. The implementation may report the bug immediately, or queue it for later.- Specified by:
reportBugin interfaceBugReporter- Overrides:
reportBugin classDelegatingBugReporter- Parameters:
bugInstance- object describing the bug instance
-