Class ExcludingHashesBugReporter

java.lang.Object
edu.umd.cs.findbugs.DelegatingBugReporter
edu.umd.cs.findbugs.ExcludingHashesBugReporter
All Implemented Interfaces:
RepositoryLookupFailureCallback, BugReporter, IClassObserver, IErrorLogger

public class ExcludingHashesBugReporter extends DelegatingBugReporter
Author:
pugh
  • Constructor Details

    • ExcludingHashesBugReporter

      public ExcludingHashesBugReporter(BugReporter delegate, String baseline) throws IOException, org.dom4j.DocumentException
      Parameters:
      delegate -
      Throws:
      org.dom4j.DocumentException
      IOException
  • Method Details

    • addToExcludedInstanceHashes

      public static void addToExcludedInstanceHashes(Set<String> instanceHashesToExclude, String baseline) throws IOException, org.dom4j.DocumentException
      Parameters:
      baseline -
      Throws:
      IOException
      org.dom4j.DocumentException
    • reportBug

      public void reportBug(@Nonnull BugInstance bugInstance)
      Description copied from interface: BugReporter
      Report a bug. The implementation may report the bug immediately, or queue it for later.
      Specified by:
      reportBug in interface BugReporter
      Overrides:
      reportBug in class DelegatingBugReporter
      Parameters:
      bugInstance - object describing the bug instance