Uses of Class
edu.umd.cs.findbugs.TextUIBugReporter
-
Packages that use TextUIBugReporter 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. -
-
Uses of TextUIBugReporter in edu.umd.cs.findbugs
Subclasses of TextUIBugReporter in edu.umd.cs.findbugs Modifier and Type Class Description classBugCollectionBugReporterclassEmacsBugReporterBugReporter 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.classXDocsBugReporterBugReporter to output warnings in xdocs format for Maven.classXMLBugReporterReport warnings as an XML document.
-