Uses of Class
edu.umd.cs.findbugs.ResourceCollection
-
Packages that use ResourceCollection 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.detect -
-
Uses of ResourceCollection in edu.umd.cs.findbugs
Methods in edu.umd.cs.findbugs with parameters of type ResourceCollection Modifier and Type Method Description 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 Modifier and Type Method Description 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.
-