Uses of Interface
edu.umd.cs.findbugs.ConfigurableBugReporter
-
Packages that use ConfigurableBugReporter Package Description edu.umd.cs.findbugs Main package for the FindBugs application - contains the engine class (FindBugs), the object model classes for bug instances (BugInstance,BugAnnotation), and other miscellany.edu.umd.cs.findbugs.sarif The package providing aBugReporterimplementation which produces report in SARIF format. -
-
Uses of ConfigurableBugReporter in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement ConfigurableBugReporter Modifier and Type Class Description classBugCollectionBugReporterclassBugReportDispatcherBug reporter delegate actual operation to each bug reporter in the list.classEmacsBugReporterBugReporter to output warnings in Emacs format.classHTMLBugReporterclassPrintingBugReporterA simple BugReporter which simply prints the formatted message to the output stream.classSortingBugReporterA BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them.classTextUIBugReporterBase class for BugReporters which provides convenient formatting and reporting of warnings and analysis errors.classXDocsBugReporterBugReporter to output warnings in xdocs format for Maven.classXMLBugReporterReport warnings as an XML document. -
Uses of ConfigurableBugReporter in edu.umd.cs.findbugs.sarif
Classes in edu.umd.cs.findbugs.sarif that implement ConfigurableBugReporter Modifier and Type Class Description classSarifBugReporter
-