Class XMLBugReporter

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

public class XMLBugReporter extends BugCollectionBugReporter
Report warnings as an XML document.
Author:
David Hovemeyer
  • Constructor Details

    • XMLBugReporter

      public XMLBugReporter(Project project)
  • Method Details

    • setAddMessages

      public void setAddMessages(boolean enable)
    • 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
    • setMinimalXML

      public void setMinimalXML(boolean xmlMinimal)
      Parameters:
      xmlMinimal -
    • setRankThreshold

      void setRankThreshold(int threshold)