Uses of Class
edu.umd.cs.findbugs.classfile.ResourceNotFoundException
Packages that use ResourceNotFoundException
Package
Description
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 ResourceNotFoundException in edu.umd.cs.findbugs.classfile
Subclasses of ResourceNotFoundException in edu.umd.cs.findbugs.classfileModifier and TypeClassDescriptionclass
CheckedAnalysisException subtype to indicate that a required class was missing.Methods in edu.umd.cs.findbugs.classfile that throw ResourceNotFoundExceptionModifier and TypeMethodDescriptionICodeBaseEntry.getClassDescriptor()
Return the ClassDescriptor of the class resource accessed by this codebase entry.IClassPath.lookupResource
(String resourceName) Lookup a resource by name.ICodeBaseLocator.openCodeBase()
Get the codebase object. -
Uses of ResourceNotFoundException in edu.umd.cs.findbugs.classfile.impl
Methods in edu.umd.cs.findbugs.classfile.impl that throw ResourceNotFoundExceptionModifier and TypeMethodDescription(package private) static IScannableCodeBase
ClassFactory.createNestedZipFileCodeBase
(NestedZipFileCodeBaseLocator codeBaseLocator) DelegatingCodeBaseEntry.getClassDescriptor()
JrtfsCodeBase.JrtfsCodebaseEntry.getClassDescriptor()
(package private) ClassDescriptor
SingleFileCodeBase.getClassDescriptor()
SingleFileCodeBaseEntry.getClassDescriptor()
private void
ClassPathBuilder.locateCodebasesRequiredForAnalysis
(IClassPath classPath, IClassPathBuilderProgress progress) Make an effort to find the codebases containing any files required for analysis.ClassPathImpl.lookupResource
(String resourceName) NestedZipFileCodeBaseLocator.openCodeBase()
private void
ClassPathBuilder.processWorkList
(IClassPath classPath, LinkedList<ClassPathBuilder.WorkListItem> workList, IClassPathBuilderProgress progress) Process classpath worklist items.Constructors in edu.umd.cs.findbugs.classfile.impl that throw ResourceNotFoundExceptionModifierConstructorDescriptionNestedZipFileCodeBase
(NestedZipFileCodeBaseLocator codeBaseLocator) Constructor.