Class SuppressionMatcherBugReporter
java.lang.Object
edu.umd.cs.findbugs.DelegatingBugReporter
edu.umd.cs.findbugs.FilterBugReporter
edu.umd.cs.findbugs.SuppressionMatcherBugReporter
- All Implemented Interfaces:
RepositoryLookupFailureCallback, BugReporter, IClassObserver, IErrorLogger
-
Field Summary
FieldsFields inherited from interface BugReporter
NORMAL, SILENT -
Constructor Summary
ConstructorsConstructorDescriptionSuppressionMatcherBugReporter(BugReporter realBugReporter, SuppressionMatcher suppressionMatcher) -
Method Summary
Methods inherited from class FilterBugReporter
reportBugMethods inherited from class DelegatingBugReporter
addObserver, getBugCollection, getDelegate, getPriorityAdjuster, getProjectStats, logError, logError, observeClass, reportMissingClass, reportMissingClass, reportQueuedErrors, reportSkippedAnalysis, setErrorVerbosity, setPriorityAdjuster, setPriorityThresholdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IErrorLogger
reportMissingClass
-
Field Details
-
suppressionMatcher
-
-
Constructor Details
-
SuppressionMatcherBugReporter
public SuppressionMatcherBugReporter(BugReporter realBugReporter, SuppressionMatcher suppressionMatcher)
-
-
Method Details
-
finish
public void finish()Description copied from interface:BugReporterFinish reporting bugs. If any bug reports have been queued, calling this method will flush them.- Specified by:
finishin interfaceBugReporter- Overrides:
finishin classDelegatingBugReporter
-