|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClassPath | |
---|---|
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.classfile | A high-level abstraction layer for codebases, classes, and components of classes (methods, fields, instructions, etc.). |
edu.umd.cs.findbugs.classfile.impl | Implementations of the interfaces in the edu.umd.cs.findbugs.classfile package: the core classes of the FindBugs classfile/classpath support layer. |
Uses of IClassPath in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs that return IClassPath | |
---|---|
IClassPath |
NoClassesFoundToAnalyzeException.getClassPath()
Gets the classpath this exception is about. |
Constructors in edu.umd.cs.findbugs with parameters of type IClassPath | |
---|---|
NoClassesFoundToAnalyzeException(IClassPath classPath)
Constructs an NoClassesFoundToAnalyze on the passed classpath. |
Uses of IClassPath in edu.umd.cs.findbugs.classfile |
---|
Methods in edu.umd.cs.findbugs.classfile that return IClassPath | |
---|---|
IClassPath |
IClassFactory.createClassPath()
|
IClassPath |
IAnalysisCache.getClassPath()
Get the classpath from which classes are loaded. |
Methods in edu.umd.cs.findbugs.classfile with parameters of type IClassPath | |
---|---|
void |
IClassPathBuilder.build(IClassPath classPath,
IClassPathBuilderProgress progress)
Build the classpath. |
IAnalysisCache |
IClassFactory.createAnalysisCache(IClassPath classPath,
BugReporter errorLogger)
|
Uses of IClassPath in edu.umd.cs.findbugs.classfile.impl |
---|
Classes in edu.umd.cs.findbugs.classfile.impl that implement IClassPath | |
---|---|
class |
ClassPathImpl
Implementation of IClassPath. |
Methods in edu.umd.cs.findbugs.classfile.impl that return IClassPath | |
---|---|
IClassPath |
ClassFactory.createClassPath()
|
IClassPath |
AnalysisCache.getClassPath()
|
Methods in edu.umd.cs.findbugs.classfile.impl with parameters of type IClassPath | |
---|---|
void |
ClassPathBuilder.build(IClassPath classPath,
IClassPathBuilderProgress progress)
|
IAnalysisCache |
ClassFactory.createAnalysisCache(IClassPath classPath,
BugReporter errorLogger)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |