FindBugs™ 1.3.9

Uses of Interface
edu.umd.cs.findbugs.FindBugsProgress

Packages that use FindBugsProgress
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.gui   
edu.umd.cs.findbugs.gui2   
 

Uses of FindBugsProgress in edu.umd.cs.findbugs
 

Classes in edu.umd.cs.findbugs that implement FindBugsProgress
 class NoOpFindBugsProgress
           
 class TextUIProgressCallback
          Display FindBugs progress in the terminal window using ASCII codes.
 

Methods in edu.umd.cs.findbugs with parameters of type FindBugsProgress
 void IFindBugsEngine.setProgressCallback(FindBugsProgress progressCallback)
          Set the progress callback that will be used to keep track of the progress of the analysis.
 void FindBugs2.setProgressCallback(FindBugsProgress progressCallback)
           
 

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

Methods in edu.umd.cs.findbugs.gui with parameters of type FindBugsProgress
 void AnalysisRun.execute(FindBugsProgress progressCallback)
          Run the analysis.
 

Uses of FindBugsProgress in edu.umd.cs.findbugs.gui2
 

Classes in edu.umd.cs.findbugs.gui2 that implement FindBugsProgress
 class AnalyzingDialog
           
 

Methods in edu.umd.cs.findbugs.gui2 with parameters of type FindBugsProgress
static BugCollection BugLoader.doAnalysis(Project p, FindBugsProgress progressCallback)
          Performs an analysis and returns the BugSet created
 


FindBugs™ 1.3.9

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