Uses of Class
edu.umd.cs.findbugs.graph.AbstractEdge
Packages that use AbstractEdge
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of AbstractEdge in edu.umd.cs.findbugs
Subclasses of AbstractEdge in edu.umd.cs.findbugs -
Uses of AbstractEdge in edu.umd.cs.findbugs.ba
Subclasses of AbstractEdge in edu.umd.cs.findbugs.ba -
Uses of AbstractEdge in edu.umd.cs.findbugs.ba.ch
Subclasses of AbstractEdge in edu.umd.cs.findbugs.ba.chModifier and TypeClassDescriptionclass
An edge in the InheritanceGraph.class
A class representing an edge in the interprocedural call graph; i.e., a call from one method to another. -
Uses of AbstractEdge in edu.umd.cs.findbugs.graph
Classes in edu.umd.cs.findbugs.graph with type parameters of type AbstractEdgeModifier and TypeClassDescriptionclass
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.private static class
AbstractGraph.IncomingEdgeIterator<EdgeType extends AbstractEdge<EdgeType,
VertexType>, VertexType extends AbstractVertex<EdgeType, VertexType>> Iterator over incoming edges.private static class
AbstractGraph.OutgoingEdgeIterator<EdgeType extends AbstractEdge<EdgeType,
VertexType>, VertexType extends AbstractVertex<EdgeType, VertexType>> Iterator over outgoing edges.class
AbstractVertex<EdgeType extends AbstractEdge<EdgeType,
ActualVertexType>, ActualVertexType extends AbstractVertex<EdgeType, ActualVertexType>> GraphVertex implementation for use with AbstractGraph.Fields in edu.umd.cs.findbugs.graph declared as AbstractEdgeModifier and TypeFieldDescriptionprivate EdgeType
AbstractGraph.IncomingEdgeIterator.edge
private EdgeType
AbstractGraph.OutgoingEdgeIterator.edge
(package private) EdgeType
AbstractVertex.firstIncomingEdge
(package private) EdgeType
AbstractVertex.firstOutgoingEdge
(package private) EdgeType
AbstractVertex.lastIncomingEdge
(package private) EdgeType
AbstractVertex.lastOutgoingEdge
private ActualEdgeType
AbstractEdge.nextIncomingEdge
private ActualEdgeType
AbstractEdge.nextOutgoingEdge
-
Uses of AbstractEdge in edu.umd.cs.findbugs.plan
Subclasses of AbstractEdge in edu.umd.cs.findbugs.plan