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.
|
Modifier and Type | Method | Description |
---|---|---|
OpcodeStack.Item |
OpcodeStack.Item.cloneAndSetSpecialKind(int specialKind) |
|
OpcodeStack.Item |
OpcodeStack.getItemMethodInvokedOn(DismantleBytecode dbc) |
|
OpcodeStack.Item |
OpcodeStack.getLVValue(int index) |
|
OpcodeStack.Item |
OpcodeStack.getStackItem(int stackOffset) |
|
static OpcodeStack.Item |
OpcodeStack.Item.merge(OpcodeStack.Item i1,
OpcodeStack.Item i2) |
|
static OpcodeStack.Item |
OpcodeStack.Item.nullItem(java.lang.String signature) |
Constructor | Description |
---|---|
Item(OpcodeStack.Item it) |
|
Item(OpcodeStack.Item it,
int reg) |
Modifier and Type | Method | Description |
---|---|---|
OpcodeStack.Item |
FieldSummary.getSummary(XField field) |
Modifier and Type | Method | Description |
---|---|---|
static java.util.Map<java.lang.Integer,OpcodeStack.Item> |
PutfieldScanner.getPutfieldsFor(org.apache.bcel.classfile.JavaClass theClass,
org.apache.bcel.classfile.Method method,
XField field) |
Modifier and Type | Method | Description |
---|---|---|
void |
FieldSummary.mergeSummary(XField fieldOperand,
OpcodeStack.Item mergeValue) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.