Uses of Class
edu.umd.cs.findbugs.TextUIBugReporter
Packages that use TextUIBugReporter
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 TextUIBugReporter in edu.umd.cs.findbugs
Subclasses of TextUIBugReporter in edu.umd.cs.findbugsModifier and TypeClassDescriptionclass
class
BugReporter to output warnings in Emacs format.class
class
A simple BugReporter which simply prints the formatted message to the output stream.class
A BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them.class
BugReporter to output warnings in xdocs format for Maven.class
Report warnings as an XML document.Methods in edu.umd.cs.findbugs with parameters of type TextUIBugReporterModifier and TypeMethodDescriptionboolean
TextUIBugReporter.isDuplicateOf
(TextUIBugReporter other) Constructor parameters in edu.umd.cs.findbugs with type arguments of type TextUIBugReporter -
Uses of TextUIBugReporter in edu.umd.cs.findbugs.sarif
Subclasses of TextUIBugReporter in edu.umd.cs.findbugs.sarif