Uses of Interface
edu.umd.cs.findbugs.ba.ResourceTracker
-
Packages that use ResourceTracker 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 -
-
Uses of ResourceTracker in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs with type parameters of type ResourceTracker Modifier and Type Class 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. -
Uses of ResourceTracker in edu.umd.cs.findbugs.ba
Constructors in edu.umd.cs.findbugs.ba with parameters of type ResourceTracker Constructor Description ResourceValueAnalysis(org.apache.bcel.generic.MethodGen methodGen, CFG cfg, DepthFirstSearch dfs, ResourceTracker<Resource> resourceTracker, Resource resource)
-
Uses of ResourceTracker in edu.umd.cs.findbugs.detect
Classes in edu.umd.cs.findbugs.detect that implement ResourceTracker Modifier and Type Class Description class
StreamResourceTracker
Resource tracker which determines where streams are created, and how they are used within the method.
-