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.util |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassDescriptor> |
FindBugs2.sortByCallGraph(java.util.Collection<ClassDescriptor> classList,
TopologicalSort.OutEdges<ClassDescriptor> outEdges) |
Modifier and Type | Interface and Description |
---|---|
static interface |
TopologicalSort.OutEdges2<E> |
Modifier and Type | Class and Description |
---|---|
static class |
TopologicalSort.OutEdgesCache<E> |
Modifier and Type | Method and Description |
---|---|
static <E> void |
TopologicalSort.countBadEdges(java.util.List<E> elements,
TopologicalSort.OutEdges<E> outEdges) |
static <E> java.util.List<E> |
TopologicalSort.sortByCallGraph(java.util.Collection<E> elements,
TopologicalSort.OutEdges<E> outEdges) |
Constructor and Description |
---|
TopologicalSort.OutEdgesCache(TopologicalSort.OutEdges<E> base) |
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.