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
plugin
Fields inherited from interface edu.umd.cs.findbugs.BugReporter
NORMAL, SILENT
-
Constructor Summary
ConstructorsConstructorDescriptionSuppressionDecorator
(ComponentPlugin<BugReporterDecorator> plugin, BugReporter delegate) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
processPackageList
(Reader rawIn) void
reportBug
(BugInstance bugInstance) Report a bug.Methods inherited from class edu.umd.cs.findbugs.bugReporter.BugReporterDecorator
construct
Methods 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:BugReporter
Report a bug. The implementation may report the bug immediately, or queue it for later.- Specified by:
reportBug
in interfaceBugReporter
- Overrides:
reportBug
in classDelegatingBugReporter
- Parameters:
bugInstance
- object describing the bug instance
-