Uses of Class
edu.umd.cs.findbugs.FindBugs

Packages that use FindBugs
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. 
 

Uses of FindBugs in edu.umd.cs.findbugs
 

Methods in edu.umd.cs.findbugs that return FindBugs
 FindBugs AbstractBugReporter.getEngine()
           
 

Methods in edu.umd.cs.findbugs with parameters of type FindBugs
 void BugReporter.setEngine(FindBugs engine)
          Called to give the BugReporter a reference to the FindBugs engine object.
 void DelegatingBugReporter.setEngine(FindBugs engine)
           
 void AbstractBugReporter.setEngine(FindBugs engine)