Class MultiThreadedCodeIdentifierUtils

java.lang.Object
edu.umd.cs.findbugs.util.MultiThreadedCodeIdentifierUtils

public class MultiThreadedCodeIdentifierUtils extends Object
Utility class with methods to identify multithreaded code
  • Method Details

    • isPartOfMultiThreadedCode

      public static boolean isPartOfMultiThreadedCode(ClassContext classContext)
    • isMethodMultiThreaded

      public static boolean isMethodMultiThreaded(org.apache.bcel.classfile.Method method, ClassContext classContext)
    • isLocked

      public static boolean isLocked(org.apache.bcel.classfile.Method currentMethod, CFG currentCFG, LockDataflow currentLockDataFlow, int pc)