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 |
CallGraph |
Modifier and Type | Class and Description |
---|---|
class |
CFG
Simple control flow graph abstraction for BCEL.
|
Modifier and Type | Class and Description |
---|---|
class |
InheritanceGraph
Graph of inheritance relationships.
|
class |
InterproceduralCallGraph
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDepthFirstSearch<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Perform a depth first search on a graph.
|
class |
DepthFirstSearch<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Perform a forward depth first search of a graph.
|
interface |
GraphToolkit<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
An interface for creating Graph objects, and for copying auxiliary
information in vertices and edges.
|
class |
MergeVertices<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Algorithm to merge a set of vertices into a single vertex.
|
class |
ReverseDepthFirstSearch<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Perform a reverse depth first search of a graph.
|
class |
StronglyConnectedComponents<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Algorithm to find strongly connected components in a graph.
|
class |
Transpose<GraphType extends Graph<EdgeType,VertexType>,EdgeType extends GraphEdge<EdgeType,VertexType>,VertexType extends GraphVertex<VertexType>>
Algorithm to transpose a graph.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintGraph
Graph of Detector ordering constraints.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.