Uses of Interface
edu.umd.cs.findbugs.ba.ResourceTracker
Packages that use ResourceTracker
Package
Description
Main package for the FindBugs application - contains the engine class
(
FindBugs
), the object model classes for bug
instances (BugInstance
,
BugAnnotation
), and other miscellany.A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of ResourceTracker in edu.umd.cs.findbugs
Classes in edu.umd.cs.findbugs with type parameters of type ResourceTrackerModifier and TypeClassDescriptionclass
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
Fields in edu.umd.cs.findbugs.ba declared as ResourceTrackerModifier and TypeFieldDescriptionprivate final ResourceTracker
<Resource> ResourceValueAnalysis.resourceTracker
Constructors in edu.umd.cs.findbugs.ba with parameters of type ResourceTrackerModifierConstructorDescriptionResourceValueAnalysis
(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 ResourceTrackerModifier and TypeClassDescription(package private) class
class
Resource tracker which determines where streams are created, and how they are used within the method.