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, setPriorityThresholdpublic FilterBugReporter(BugReporter realBugReporter, Matcher filter, boolean include)
public void reportBug(@Nonnull BugInstance bugInstance)
BugReporterreportBug in interface BugReporterreportBug in class DelegatingBugReporterbugInstance - object describing the bug instanceCopyright © 2003–2015. All rights reserved.