Package | Description |
---|---|
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.constant | |
edu.umd.cs.findbugs.ba.npe | |
edu.umd.cs.findbugs.ba.type | |
edu.umd.cs.findbugs.ba.vna |
Modifier and Type | Class | Description |
---|---|---|
class |
ResourceValueAnalysis<Resource> |
Modifier and Type | Class | Description |
---|---|---|
class |
ConstantAnalysis |
Dataflow analysis to find constant values.
|
Modifier and Type | Class | Description |
---|---|---|
class |
IsNullValueAnalysis |
A dataflow analysis to detect potential null pointer dereferences.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TypeAnalysis |
A forward dataflow analysis to determine the types of all values
in the Java stack frame at all points in a Java method.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ValueNumberAnalysis |
A dataflow analysis to track the production and flow of values in the Java
stack frame.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.