Class ErrorCountingBugReporter

    • Constructor Detail

      • ErrorCountingBugReporter

        public ErrorCountingBugReporter​(BugReporter realBugReporter)
    • Method Detail

      • getBugCount

        public int getBugCount()
      • getMissingClassCount

        public int getMissingClassCount()
      • getErrorCount

        public int getErrorCount()
      • logError

        public void logError​(java.lang.String message)
        Description copied from interface: IErrorLogger
        Log an error that occurs while performing analysis.
        Specified by:
        logError in interface IErrorLogger
        Overrides:
        logError in class DelegatingBugReporter
        Parameters:
        message - the error message