Class ErrorCountingBugReporter

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

public class ErrorCountingBugReporter extends DelegatingBugReporter
A delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.
  • Constructor Details

    • ErrorCountingBugReporter

      public ErrorCountingBugReporter(BugReporter realBugReporter)
  • Method Details