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 | Method and Description |
---|---|
ICodeBase.Discovered |
ICodeBase.getHowDiscovered()
Return how this codebase was discovered.
|
static ICodeBase.Discovered |
ICodeBase.Discovered.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICodeBase.Discovered[] |
ICodeBase.Discovered.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ICodeBase.setHowDiscovered(ICodeBase.Discovered howDiscovered)
Set how this codebase was discovered.
|
Modifier and Type | Method and Description |
---|---|
ICodeBase.Discovered |
SingleFileCodeBase.getHowDiscovered() |
ICodeBase.Discovered |
AbstractScannableCodeBase.getHowDiscovered() |
Modifier and Type | Method and Description |
---|---|
void |
SingleFileCodeBase.setHowDiscovered(ICodeBase.Discovered howDiscovered) |
void |
AbstractScannableCodeBase.setHowDiscovered(ICodeBase.Discovered howDiscovered) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.