| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CallSite |
CallGraphEdge.getCallSite() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<CallSite> |
SelfCalls.callSiteIterator()
Get an Iterator over all self call sites.
|
| Modifier and Type | Method and Description |
|---|---|
CallGraphEdge |
CallGraph.createEdge(CallGraphNode source,
CallGraphNode target,
CallSite callSite) |
Copyright © 2003–2015. All rights reserved.