Uses of Interface
edu.umd.cs.findbugs.classfile.IClassObserver
Packages that use IClassObserver
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 IClassObserver in edu.umd.cs.findbugs
Subinterfaces of IClassObserver in edu.umd.cs.findbugsModifier and TypeInterfaceDescriptioninterfaceGeneric interface for bug reporter objects.(package private) interfaceThe interface provides configurable methods toTextUICommandLine.Classes in edu.umd.cs.findbugs that implement IClassObserverModifier and TypeClassDescriptionclassAn abstract class which provides much of the functionality required of all BugReporter objects.classclassBug reporter delegate actual operation to each bug reporter in the list.classFilter reported warnings by category.classA BugReporter which delegates all method calls to another BugReporter.classBugReporter to output warnings in Emacs format.classA delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.classclassclassclassA 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.class(package private) classAn implementation ofBugReporterthat synchronize all method invocations.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.Fields in edu.umd.cs.findbugs with type parameters of type IClassObserverMethods in edu.umd.cs.findbugs with parameters of type IClassObserverModifier and TypeMethodDescriptionvoidFindBugs2.addClassObserver(IClassObserver classObserver) voidIFindBugsEngine.addClassObserver(IClassObserver classObserver) Add an IClassObserver. -
Uses of IClassObserver in edu.umd.cs.findbugs.bugReporter
Classes in edu.umd.cs.findbugs.bugReporter that implement IClassObserverModifier and TypeClassDescriptionclassAbstract base class for bug reporters defined as plugins.classclass -
Uses of IClassObserver in edu.umd.cs.findbugs.sarif
Classes in edu.umd.cs.findbugs.sarif that implement IClassObserver