Uses of Interface
edu.umd.cs.findbugs.FindBugsProgress
Packages that use FindBugsProgress
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 FindBugsProgress in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs that implement FindBugsProgressModifier and TypeClassDescriptionclass
class
Display FindBugs progress in the terminal window using ASCII codes.Fields in edu.umd.cs.findbugs declared as FindBugsProgressMethods in edu.umd.cs.findbugs with parameters of type FindBugsProgressModifier and TypeMethodDescriptionvoid
FindBugs2.setProgressCallback
(FindBugsProgress progressCallback) void
IFindBugsEngine.setProgressCallback
(FindBugsProgress progressCallback) Set the progress callback that will be used to keep track of the progress of the analysis. -
Uses of FindBugsProgress in edu.umd.cs.findbugs.gui2
Classes in edu.umd.cs.findbugs.gui2 that implement FindBugsProgressMethods in edu.umd.cs.findbugs.gui2 with parameters of type FindBugsProgressModifier and TypeMethodDescriptionstatic BugCollection
BugLoader.doAnalysis
(Project p, FindBugsProgress progressCallback) Performs an analysis and returns the BugSet created