Uses of Interface
edu.umd.cs.findbugs.classfile.IClassPathBuilderProgress
Packages that use IClassPathBuilderProgress
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.A high-level abstraction layer for codebases, classes, and components of
classes (methods, fields, instructions, etc.).
Implementations of the interfaces in the edu.umd.cs.findbugs.classfile
package: the core classes of the FindBugs classfile/classpath support
layer.
-
Uses of IClassPathBuilderProgress in edu.umd.cs.findbugs
Subinterfaces of IClassPathBuilderProgress in edu.umd.cs.findbugsModifier and TypeInterfaceDescriptionstatic interfaceProgress callback interface for reporting the progress of source directory discovery.interfaceA callback that may be installed in a FindBugs instance to asynchronously keep track of its progress.Classes in edu.umd.cs.findbugs that implement IClassPathBuilderProgressModifier and TypeClassDescriptionprivate static classclassclassDisplay FindBugs progress in the terminal window using ASCII codes. -
Uses of IClassPathBuilderProgress in edu.umd.cs.findbugs.classfile
Methods in edu.umd.cs.findbugs.classfile with parameters of type IClassPathBuilderProgressModifier and TypeMethodDescriptionvoidIClassPathBuilder.build(IClassPath classPath, IClassPathBuilderProgress progress) Build the classpath. -
Uses of IClassPathBuilderProgress in edu.umd.cs.findbugs.classfile.impl
Methods in edu.umd.cs.findbugs.classfile.impl with parameters of type IClassPathBuilderProgressModifier and TypeMethodDescriptionvoidClassPathBuilder.build(IClassPath classPath, IClassPathBuilderProgress progress) private voidClassPathBuilder.locateCodebasesRequiredForAnalysis(IClassPath classPath, IClassPathBuilderProgress progress) Make an effort to find the codebases containing any files required for analysis.private voidClassPathBuilder.processWorkList(IClassPath classPath, LinkedList<ClassPathBuilder.WorkListItem> workList, IClassPathBuilderProgress progress) Process classpath worklist items. -
Uses of IClassPathBuilderProgress in edu.umd.cs.findbugs.gui2
Classes in edu.umd.cs.findbugs.gui2 that implement IClassPathBuilderProgress