FindBugs™ 1.3.9

Uses of Interface
edu.umd.cs.findbugs.ba.ResourceTracker

Packages that use ResourceTracker
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
 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
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
 class StreamResourceTracker
          Resource tracker which determines where streams are created, and how they are used within the method.
 


FindBugs™ 1.3.9

FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.