Uses of Class
edu.umd.cs.findbugs.SelfCalls
-
Packages that use SelfCalls Package Description edu.umd.cs.findbugs.detect -
-
Uses of SelfCalls in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect with parameters of type SelfCalls Modifier and Type Method Description private static java.util.Set<org.apache.bcel.classfile.Method>
FindInconsistentSync2. findLockedMethods(ClassContext classContext, SelfCalls selfCalls, java.util.Set<CallSite> obviouslyLockedSites)
Find methods that appear to always be called from a locked context.private static java.util.Set<org.apache.bcel.classfile.Method>
FindInconsistentSync2. findNotUnlockedMethods(ClassContext classContext, SelfCalls selfCalls, java.util.Set<CallSite> obviouslyLockedSites)
Find methods that appear to never be called from an unlocked context We assume that nonpublic methods will only be called from within the class, which is not really a valid assumption.private static java.util.Set<CallSite>
FindInconsistentSync2. findObviouslyLockedCallSites(ClassContext classContext, SelfCalls selfCalls)
Find all self-call sites that are obviously locked.
-