FindBugs™ 1.3.9

Uses of Class
edu.umd.cs.findbugs.ResourceCollection

Packages that use ResourceCollection
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.detect   
 

Uses of ResourceCollection in edu.umd.cs.findbugs
 

Methods in edu.umd.cs.findbugs with parameters of type ResourceCollection
 void ResourceTrackingDetector.analyzeMethod(ClassContext classContext, org.apache.bcel.classfile.Method method, ResourceTrackerType resourceTracker, ResourceCollection<Resource> resourceCollection)
           
 

Uses of ResourceCollection in edu.umd.cs.findbugs.detect
 

Methods in edu.umd.cs.findbugs.detect with parameters of type ResourceCollection
 void FindOpenStream.analyzeMethod(ClassContext classContext, org.apache.bcel.classfile.Method method, StreamResourceTracker resourceTracker, ResourceCollection<Stream> resourceCollection)
           
 void StreamResourceTracker.setResourceCollection(ResourceCollection<Stream> resourceCollection)
          Set the precomputed ResourceCollection for the method.
 


FindBugs™ 1.3.9

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