Uses of Class
edu.umd.cs.findbugs.BugCollectionBugReporter
-
Packages that use BugCollectionBugReporter 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 aBugReporter
implementation which produces report in SARIF format. -
-
Uses of BugCollectionBugReporter in edu.umd.cs.findbugs
Subclasses of BugCollectionBugReporter in edu.umd.cs.findbugs Modifier and Type Class Description class
HTMLBugReporter
class
XMLBugReporter
Report warnings as an XML document. -
Uses of BugCollectionBugReporter in edu.umd.cs.findbugs.sarif
Subclasses of BugCollectionBugReporter in edu.umd.cs.findbugs.sarif Modifier and Type Class Description class
SarifBugReporter
-