Uses of Class
edu.umd.cs.findbugs.SelfCalls
Packages that use SelfCalls
-
Uses of SelfCalls in edu.umd.cs.findbugs.detect
Methods in edu.umd.cs.findbugs.detect with parameters of type SelfCallsModifier and TypeMethodDescriptionprivate static Set
<org.apache.bcel.classfile.Method> FindInconsistentSync2.findLockedMethods
(ClassContext classContext, SelfCalls selfCalls, Set<CallSite> obviouslyLockedSites) Find methods that appear to always be called from a locked context.private static Set
<org.apache.bcel.classfile.Method> FindInconsistentSync2.findNotUnlockedMethods
(ClassContext classContext, SelfCalls selfCalls, 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.FindInconsistentSync2.findObviouslyLockedCallSites
(ClassContext classContext, SelfCalls selfCalls) Find all self-call sites that are obviously locked.