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.
-
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
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 TypeClassDescriptionclass
Resource tracker which determines where streams are created, and how they are used within the method.