Uses of Class
edu.umd.cs.findbugs.ba.LockDataflow
Packages that use LockDataflow
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
Support for analyses based on the BCEL bytecode framework.
-
Uses of LockDataflow in edu.umd.cs.findbugs.ba
Fields in edu.umd.cs.findbugs.ba declared as LockDataflowMethods in edu.umd.cs.findbugs.ba that return LockDataflowModifier and TypeMethodDescriptionClassContext.getLockDataflow
(org.apache.bcel.classfile.Method method) Get dataflow for LockAnalysis for given method. -
Uses of LockDataflow in edu.umd.cs.findbugs.classfile.engine.bcel
Methods in edu.umd.cs.findbugs.classfile.engine.bcel that return LockDataflowModifier and TypeMethodDescriptionLockDataflowFactory.analyze
(IAnalysisCache analysisCache, MethodDescriptor descriptor) -
Uses of LockDataflow in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect declared as LockDataflowModifier and TypeFieldDescriptionprivate LockDataflow
SharedVariableAtomicityDetector.currentLockDataFlow
private LockDataflow
StaticCalendarDetector.currentLockDataFlow
Stores current LDFMethods in edu.umd.cs.findbugs.detect with parameters of type LockDataflowModifier and TypeMethodDescriptionvoid
FindTwoLockWait.visitLocation
(ClassContext classContext, Location location, org.apache.bcel.generic.MethodGen methodGen, LockDataflow dataflow) -
Uses of LockDataflow in edu.umd.cs.findbugs.util
Methods in edu.umd.cs.findbugs.util with parameters of type LockDataflowModifier and TypeMethodDescriptionstatic boolean
MultiThreadedCodeIdentifierUtils.isLocked
(org.apache.bcel.classfile.Method currentMethod, CFG currentCFG, LockDataflow currentLockDataFlow, int pc)