Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionDatabaseFactory<E>
A generic database factory that tries to create the database by (in order of
preference)
Invoking a static create method
Invoking a no-arg constructor
|
Modifier and Type | Method and Description |
---|---|
<E> void |
IAnalysisCache.registerDatabaseFactory(java.lang.Class<E> databaseClass,
IDatabaseFactory<E> databaseFactory)
Register a database factory.
|
Modifier and Type | Method and Description |
---|---|
<E> void |
AnalysisCache.registerDatabaseFactory(java.lang.Class<E> databaseClass,
IDatabaseFactory<E> databaseFactory) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.