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 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.classBugReporter to output warnings in xdocs format for Maven.classReport warnings as an XML document.Fields in edu.umd.cs.findbugs with type parameters of type TextUIBugReporterModifier and TypeFieldDescriptionprivate final List<TextUIBugReporter> BugReportDispatcher.reportersprivate final List<TextUIBugReporter> TextUICommandLine.reportersMethods in edu.umd.cs.findbugs with parameters of type TextUIBugReporterModifier and TypeMethodDescriptionprivate voidTextUICommandLine.addDistinctBugReporter(TextUIBugReporter reporter) Adds a reporter to the aggregating list of reporters, skipping the operation if a duplicate reporter is already present.(package private) StringTextUICommandLine.handleOutputFilePath(TextUIBugReporter reporter, String optionExtraPart) ParseoptionExtraPartand configure if it contains the output file path such as":withMessages=path/to/file.extension"and"=/absolute/path/to/file.extension".booleanTextUIBugReporter.isDuplicateOf(TextUIBugReporter other) Method parameters in edu.umd.cs.findbugs with type arguments of type TextUIBugReporterModifier and TypeMethodDescriptionprivate voidBugReportDispatcher.forEach(Consumer<TextUIBugReporter> consumer) Consume each reporter one by one, and throw an exception if some of them.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