| 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.ch | |
| edu.umd.cs.findbugs.graph | |
| edu.umd.cs.findbugs.plan | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CallGraphNode | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BasicBlockSimple basic block abstraction for BCEL. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InterproceduralCallGraphVertexClass representing a vertex in the interprocedural call graph; i.e., a
 method. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractEdge<ActualEdgeType extends AbstractEdge<ActualEdgeType,VertexType>,VertexType extends AbstractVertex<ActualEdgeType,VertexType>>GraphEdge implementation for use with AbstractGraph. | 
| class  | AbstractGraph<EdgeType extends AbstractEdge<EdgeType,VertexType>,VertexType extends AbstractVertex<EdgeType,VertexType>>A simple Graph implementation where the vertex objects store a list of
 incoming and outgoing edges. | 
| class  | AbstractVertex<EdgeType extends AbstractEdge<EdgeType,ActualVertexType>,ActualVertexType extends AbstractVertex<EdgeType,ActualVertexType>>GraphVertex implementation for use with AbstractGraph. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DetectorNodeNode in a ConstraintGraph. | 
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.