FindBugs™ 1.3.9

Uses of Interface
edu.umd.cs.findbugs.classfile.IClassObserver

Packages that use IClassObserver
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.ba.rta   
edu.umd.cs.findbugs.gui   
 

Uses of IClassObserver in edu.umd.cs.findbugs
 

Subinterfaces of IClassObserver in edu.umd.cs.findbugs
 interface BugReporter
          Generic interface for bug reporter objects.
 

Classes in edu.umd.cs.findbugs that implement IClassObserver
 class AbstractBugReporter
          An abstract class which provides much of the functionality required of all BugReporter objects.
 class BugCollectionBugReporter
           
 class CategoryFilteringBugReporter
          Filter reported warnings by category.
 class DelegatingBugReporter
          A BugReporter which delegates all method calls to another BugReporter.
 class EmacsBugReporter
          BugReporter to output warnings in Emacs format.
 class ErrorCountingBugReporter
          A delegating bug reporter which counts reported bug instances, missing classes, and serious analysis errors.
 class ExcludingHashesBugReporter
           
 class FilterBugReporter
           
 class HTMLBugReporter
           
 class PrintingBugReporter
          A simple BugReporter which simply prints the formatted message to the output stream.
 class SortingBugReporter
          A BugReporter which stores all of the reported bug instances, and sorts them by class name before printing them.
 class TextUIBugReporter
          Base class for BugReporters which provides convenient formatting and reporting of warnings and analysis errors.
 class XDocsBugReporter
          BugReporter to output warnings in xdocs format for Maven.
 class XMLBugReporter
          Report warnings as an XML document.
 

Methods in edu.umd.cs.findbugs with parameters of type IClassObserver
 void IFindBugsEngine.addClassObserver(IClassObserver classObserver)
          Add an IClassObserver.
 void FindBugs2.addClassObserver(IClassObserver classObserver)
           
 

Uses of IClassObserver in edu.umd.cs.findbugs.ba.rta
 

Classes in edu.umd.cs.findbugs.ba.rta that implement IClassObserver
 class RapidTypeAnalysis
          Deprecated. 
 

Uses of IClassObserver in edu.umd.cs.findbugs.gui
 

Classes in edu.umd.cs.findbugs.gui that implement IClassObserver
 class SwingGUIBugReporter
          BugReporter used by AnalysisRun.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.