Uses of Interface
edu.umd.cs.findbugs.BugReporterObserver
Packages that use BugReporterObserver
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.-
Uses of BugReporterObserver in edu.umd.cs.findbugs
Fields in edu.umd.cs.findbugs with type parameters of type BugReporterObserverModifier and TypeFieldDescriptionprivate final List<BugReporterObserver> AbstractBugReporter.observerListMethods in edu.umd.cs.findbugs with parameters of type BugReporterObserverModifier and TypeMethodDescriptionvoidAbstractBugReporter.addObserver(BugReporterObserver observer) voidBugReportDispatcher.addObserver(BugReporterObserver observer) voidBugReporter.addObserver(BugReporterObserver observer) Add an observer.voidDelegatingBugReporter.addObserver(BugReporterObserver observer) voidSynchronizedBugReporter.addObserver(BugReporterObserver observer) -
Uses of BugReporterObserver in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement BugReporterObserver