Package | Description |
---|---|
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.
|
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractScannableCodeBase |
Abstract base class for implementations of IScannableCodeBase.
|
class |
DirectoryCodeBase |
IScannableCodeBase implementation to read resources from a filesystem
directory.
|
class |
EmptyCodeBase |
|
class |
JrtfsCodeBase |
Code base supporting Java 9 new jimage packed modules
|
class |
NestedZipFileCodeBase |
A scannable code base class for a zip (or Jar) file nested inside some other
codebase.
|
class |
SingleFileCodeBase |
Implementation of ICodeBase for a single classfile.
|
class |
ZipFileCodeBase |
Implementation of ICodeBase to read from a zip file or jar file.
|
class |
ZipInputStreamCodeBase |
Implementation of ICodeBase to read from a zip file or jar file.
|
Constructor | Description |
---|---|
DelegatingCodeBaseIterator(ICodeBase frontEndCodeBase,
IScannableCodeBase delegateCodeBase) |
SpotBugs is licensed under the LGPL.