public class CategoryFilteringBugReporter extends DelegatingBugReporter
NORMAL, SILENT| Constructor and Description |
|---|
CategoryFilteringBugReporter(BugReporter realBugReporter,
Set<String> categorySet) |
| 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 CategoryFilteringBugReporter(BugReporter realBugReporter, Set<String> categorySet)
public void reportBug(@Nonnull BugInstance bugInstance)
BugReporterreportBug in interface BugReporterreportBug in class DelegatingBugReporterbugInstance - object describing the bug instanceCopyright © 2003–2015. All rights reserved.