Class SarifBugReporter

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

public class SarifBugReporter extends BugCollectionBugReporter
  • Constructor Details

    • SarifBugReporter

      public SarifBugReporter(Project project)
  • Method Details

    • 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
    • setRankThreshold

      void setRankThreshold(int threshold)