Class HTMLBugReporter

All Implemented Interfaces:
Debug, RepositoryLookupFailureCallback, BugReporter, IClassObserver, IErrorLogger

public class HTMLBugReporter extends BugCollectionBugReporter
  • Constructor Details

    • HTMLBugReporter

      public HTMLBugReporter(Project project, String stylesheet)
  • Method Details

    • setStylesheet

      public void setStylesheet(String stylesheet)
    • finish

      public void finish()
      Description copied from interface: BugReporter
      Finish reporting bugs. If any bug reports have been queued, calling this method will flush them.
      Specified by:
      finish in interface BugReporter
      Overrides:
      finish in class BugCollectionBugReporter
    • getFatalException

      public Exception getFatalException()
    • setRankThreshold

      void setRankThreshold(int threshold)