edu.umd.cs.findbugs

Class ErrorCountingBugReporter

public class ErrorCountingBugReporter extends DelegatingBugReporter

A delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.
Constructor Summary
ErrorCountingBugReporter(BugReporter realBugReporter)
Method Summary
intgetBugCount()
intgetErrorCount()
intgetMissingClassCount()

Constructor Detail

ErrorCountingBugReporter

public ErrorCountingBugReporter(BugReporter realBugReporter)

Method Detail

getBugCount

public int getBugCount()

getErrorCount

public int getErrorCount()

getMissingClassCount

public int getMissingClassCount()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.