@ParametersAreNonnullByDefault @AnalysisContextContained
Package edu.umd.cs.findbugs.ba.ch
-
Interface Summary Interface Description InheritanceGraphVisitor Visitor interface for traversals of the inheritance graph.SupertypeTraversalVisitor Visitor interface for simple traversals of the inheritance graph. -
Class Summary Class Description InheritanceEdge An edge in the InheritanceGraph.InheritanceGraph Graph of inheritance relationships.InterproceduralCallGraph Deprecated. InterproceduralCallGraphEdge A class representing an edge in the interprocedural call graph; i.e., a call from one method to another.InterproceduralCallGraphVertex Class representing a vertex in the interprocedural call graph; i.e., a method.OverriddenMethodsVisitor This class implements a best-effort visitation of all methods overridden by a given derived instance method.Subtypes2 Class for performing class hierarchy queries.