Uses of Interface
edu.umd.cs.findbugs.classfile.IClassPath
Packages that use IClassPath
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 IClassPath in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs that return IClassPathModifier and TypeMethodDescriptionNoClassesFoundToAnalyzeException.getClassPath()Gets the classpath this exception is about.Constructors in edu.umd.cs.findbugs with parameters of type IClassPathModifierConstructorDescriptionNoClassesFoundToAnalyzeException(IClassPath classPath) Constructs anNoClassesFoundToAnalyzeon the passed classpath. -
Uses of IClassPath in edu.umd.cs.findbugs.classfile
Methods in edu.umd.cs.findbugs.classfile that return IClassPathModifier and TypeMethodDescriptionIClassFactory.createClassPath()IAnalysisCache.getClassPath()Get the classpath from which classes are loaded.Methods in edu.umd.cs.findbugs.classfile with parameters of type IClassPathModifier and TypeMethodDescriptionvoidIClassPathBuilder.build(IClassPath classPath, IClassPathBuilderProgress progress) Build the classpath.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 IClassPathMethods in edu.umd.cs.findbugs.classfile.impl that return IClassPathMethods in edu.umd.cs.findbugs.classfile.impl with parameters of type IClassPathModifier and TypeMethodDescriptionvoidClassPathBuilder.build(IClassPath classPath, IClassPathBuilderProgress progress) ClassFactory.createAnalysisCache(IClassPath classPath, BugReporter errorLogger)