public class FilterBugReporter extends DelegatingBugReporter
NORMAL, SILENT
Constructor and Description |
---|
FilterBugReporter(BugReporter realBugReporter,
Matcher filter,
boolean include) |
Modifier and Type | Method and Description |
---|---|
void |
reportBug(BugInstance bugInstance)
Report a bug.
|
addObserver, finish, getBugCollection, getDelegate, getProjectStats, logError, logError, observeClass, reportMissingClass, reportMissingClass, reportQueuedErrors, reportSkippedAnalysis, setErrorVerbosity, setPriorityThreshold
public FilterBugReporter(BugReporter realBugReporter, Matcher filter, boolean include)
public void reportBug(@Nonnull BugInstance bugInstance)
BugReporter
reportBug
in interface BugReporter
reportBug
in class DelegatingBugReporter
bugInstance
- object describing the bug instanceFindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.