public class ExcludingHashesBugReporter extends DelegatingBugReporter
NORMAL, SILENT| Constructor and Description |
|---|
ExcludingHashesBugReporter(BugReporter delegate,
String baseline) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addToExcludedInstanceHashes(Set<String> instanceHashesToExclude,
String baseline) |
void |
reportBug(BugInstance bugInstance)
Report a bug.
|
addObserver, finish, getBugCollection, getDelegate, getProjectStats, logError, logError, observeClass, reportMissingClass, reportMissingClass, reportQueuedErrors, reportSkippedAnalysis, setErrorVerbosity, setPriorityThresholdpublic ExcludingHashesBugReporter(BugReporter delegate, String baseline) throws IOException, org.dom4j.DocumentException
delegate - org.dom4j.DocumentExceptionIOExceptionpublic static void addToExcludedInstanceHashes(Set<String> instanceHashesToExclude, String baseline) throws IOException, org.dom4j.DocumentException
baseline - IOExceptionorg.dom4j.DocumentExceptionpublic void reportBug(@Nonnull BugInstance bugInstance)
BugReporterreportBug in interface BugReporterreportBug in class DelegatingBugReporterbugInstance - object describing the bug instanceCopyright © 2003–2015. All rights reserved.