Uses of Class
edu.umd.cs.findbugs.ba.ResourceValueAnalysis
-
Packages that use ResourceValueAnalysis 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 ResourceValueAnalysis in edu.umd.cs.findbugs
Method parameters in edu.umd.cs.findbugs with type arguments of type ResourceValueAnalysis Modifier and Type Method Description abstract voidResourceTrackingDetector. inspectResult(ClassContext classContext, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, Dataflow<ResourceValueFrame,ResourceValueAnalysis<Resource>> dataflow, Resource resource) -
Uses of ResourceValueAnalysis in edu.umd.cs.findbugs.detect
Method parameters in edu.umd.cs.findbugs.detect with type arguments of type ResourceValueAnalysis Modifier and Type Method Description voidFindOpenStream. inspectResult(ClassContext classContext, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, Dataflow<ResourceValueFrame,ResourceValueAnalysis<Stream>> dataflow, Stream stream)voidFindUnreleasedLock. inspectResult(ClassContext classContext, org.apache.bcel.generic.MethodGen methodGen, CFG cfg, Dataflow<ResourceValueFrame,ResourceValueAnalysis<edu.umd.cs.findbugs.detect.Lock>> dataflow, edu.umd.cs.findbugs.detect.Lock resource)
-