Uses of Class
edu.umd.cs.findbugs.AbstractBugReporter
Packages that use AbstractBugReporter
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany.The package providing a
BugReporter implementation which produces report in SARIF format.-
Uses of AbstractBugReporter in edu.umd.cs.findbugs
Subclasses of AbstractBugReporter in edu.umd.cs.findbugsModifier and TypeClassDescriptionclassclassBugReporter to output warnings in Emacs format.classclassA simple BugReporter which simply prints the formatted message to the output stream.classA BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them.classBase class for BugReporters which provides convenient formatting and reporting of warnings and analysis errors.classBugReporter to output warnings in xdocs format for Maven.classReport warnings as an XML document. -
Uses of AbstractBugReporter in edu.umd.cs.findbugs.sarif
Subclasses of AbstractBugReporter in edu.umd.cs.findbugs.sarif