Package | Description |
---|---|
edu.umd.cs.findbugs |
Main package for the FindBugs application - contains the
engine class (FindBugs), the object model classes for bug instances
(BugInstance, BugAnnotation), and other miscellany.
|
edu.umd.cs.findbugs.ba |
A bytecode analysis framework for BCEL, providing CFG construction,
generic dataflow analysis, and a variety of specific dataflow analyses.
|
edu.umd.cs.findbugs.ba.interproc | |
edu.umd.cs.findbugs.bcel | |
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.analysis |
Classes of objects that are the result of executing an analysis
engine on a class or method. The classes in this particular package are
those that are independent of any particular bytecode-analysis framework
(e.g., BCEL or ASM). Two important classes in this package are
ClassData, which represents the raw data of a class, and ClassInfo,
which represents symbolic information parsed from the class data.
|
edu.umd.cs.findbugs.classfile.engine |
Analysis engine classes to produce the analyses defined
in the edu.umd.cs.findbugs.classfile.analysis package.
|
edu.umd.cs.findbugs.visitclass |
Modifier and Type | Method and Description |
---|---|
FieldDescriptor |
FieldAnnotation.toFieldDescriptor() |
Modifier and Type | Method and Description |
---|---|
BugInstance |
BugInstance.addField(FieldDescriptor fieldDescriptor)
Add a field annotation for a FieldDescriptor.
|
static FieldAnnotation |
FieldAnnotation.fromFieldDescriptor(FieldDescriptor fieldDescriptor)
Factory method.
|
Modifier and Type | Method and Description |
---|---|
FieldDescriptor |
XMethod.getAccessMethodForField() |
FieldDescriptor |
XField.getFieldDescriptor() |
FieldDescriptor |
AbstractField.getFieldDescriptor() |
Modifier and Type | Method and Description |
---|---|
static XField |
XFactory.createXField(FieldDescriptor desc) |
static XField |
XFactory.getExactXField(FieldDescriptor desc) |
int |
BetterCFGBuilder2.getIndex(FieldDescriptor f) |
Constructor and Description |
---|
UnresolvedXField(FieldDescriptor m) |
Modifier and Type | Method and Description |
---|---|
protected FieldDescriptor |
FieldPropertyDatabase.parseKey(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
protected void |
FieldPropertyDatabase.writeKey(java.io.Writer writer,
FieldDescriptor key) |
Modifier and Type | Method and Description |
---|---|
static FieldDescriptor |
BCELUtil.getAccessedFieldDescriptor(org.apache.bcel.generic.FieldInstruction fins,
org.apache.bcel.generic.ConstantPoolGen cpg)
Get FieldDescriptor describing the field accessed by given
FieldInstruction.
|
Modifier and Type | Method and Description |
---|---|
FieldDescriptor |
DescriptorFactory.getFieldDescriptor(FieldAnnotation ma) |
FieldDescriptor |
DescriptorFactory.getFieldDescriptor(java.lang.String className,
org.apache.bcel.classfile.Field ma) |
FieldDescriptor |
DescriptorFactory.getFieldDescriptor(java.lang.String className,
java.lang.String name,
java.lang.String signature,
boolean isStatic)
Get a FieldDescriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
DescriptorFactory.canonicalize(FieldDescriptor m) |
Modifier and Type | Class and Description |
---|---|
class |
FieldInfo |
Modifier and Type | Method and Description |
---|---|
FieldDescriptor |
MethodInfo.getAccessMethodForField() |
FieldDescriptor |
FieldInfo.getFieldDescriptor() |
Modifier and Type | Method and Description |
---|---|
protected FieldDescriptor |
ClassParserUsingBCEL.parseField(org.apache.bcel.classfile.Field obj)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
FieldDescriptor |
PreorderVisitor.getFieldDescriptor() |
FieldDescriptor |
DismantleBytecode.getFieldDescriptorOperand() |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.