Class ExcludingHashesBugReporter
java.lang.Object
edu.umd.cs.findbugs.DelegatingBugReporter
edu.umd.cs.findbugs.ExcludingHashesBugReporter
- All Implemented Interfaces:
RepositoryLookupFailureCallback, BugReporter, IClassObserver, IErrorLogger
-
Field Summary
FieldsFields inherited from interface BugReporter
NORMAL, SILENT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddToExcludedInstanceHashes(Set<String> instanceHashesToExclude, String baseline) voidreportBug(BugInstance bugInstance) Report a bug.Methods inherited from class DelegatingBugReporter
addObserver, finish, getBugCollection, getDelegate, getPriorityAdjuster, getProjectStats, logError, logError, observeClass, reportMissingClass, reportMissingClass, reportQueuedErrors, reportSkippedAnalysis, setErrorVerbosity, setPriorityAdjuster, setPriorityThresholdMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IErrorLogger
reportMissingClass
-
Field Details
-
excludedHashes
-
-
Constructor Details
-
ExcludingHashesBugReporter
public ExcludingHashesBugReporter(BugReporter delegate, String baseline) throws IOException, org.dom4j.DocumentException - Parameters:
delegate-- Throws:
org.dom4j.DocumentExceptionIOException
-
-
Method Details
-
addToExcludedInstanceHashes
public static void addToExcludedInstanceHashes(Set<String> instanceHashesToExclude, String baseline) throws IOException, org.dom4j.DocumentException - Parameters:
baseline-- Throws:
IOExceptionorg.dom4j.DocumentException
-
reportBug
Description copied from interface:BugReporterReport a bug. The implementation may report the bug immediately, or queue it for later.- Specified by:
reportBugin interfaceBugReporter- Overrides:
reportBugin classDelegatingBugReporter- Parameters:
bugInstance- object describing the bug instance
-