Package edu.umd.cs.findbugs
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
public class SuppressionMatcherBugReporter extends FilterBugReporter
-
-
Field Summary
Fields Modifier and Type Field Description private SuppressionMatchersuppressionMatcher-
Fields inherited from interface edu.umd.cs.findbugs.BugReporter
NORMAL, SILENT
-
-
Constructor Summary
Constructors Constructor Description SuppressionMatcherBugReporter(BugReporter realBugReporter, SuppressionMatcher suppressionMatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinish()Finish reporting bugs.-
Methods inherited from class edu.umd.cs.findbugs.FilterBugReporter
reportBug
-
Methods inherited from class edu.umd.cs.findbugs.DelegatingBugReporter
addObserver, getBugCollection, getDelegate, getPriorityAdjuster, getProjectStats, logError, logError, observeClass, reportMissingClass, reportMissingClass, reportQueuedErrors, reportSkippedAnalysis, setErrorVerbosity, setPriorityAdjuster, setPriorityThreshold
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface edu.umd.cs.findbugs.classfile.IErrorLogger
reportMissingClass
-
-
-
-
Field Detail
-
suppressionMatcher
private final SuppressionMatcher suppressionMatcher
-
-
Constructor Detail
-
SuppressionMatcherBugReporter
public SuppressionMatcherBugReporter(BugReporter realBugReporter, SuppressionMatcher suppressionMatcher)
-
-
Method Detail
-
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
-
-