| 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.detect |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceTrackingDetector<Resource,ResourceTrackerType extends ResourceTracker<Resource>>
Abstract implementation of a Detector to find methods where a particular kind
of created resource is not cleaned up or closed properly.
|
| Constructor and Description |
|---|
ResourceValueAnalysis(org.apache.bcel.generic.MethodGen methodGen,
CFG cfg,
DepthFirstSearch dfs,
ResourceTracker<Resource> resourceTracker,
Resource resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamResourceTracker
Resource tracker which determines where streams are created, and how they are
used within the method.
|
SpotBugs is licensed under the LGPL.