Uses of Class
edu.umd.cs.findbugs.detect.FindNoSideEffectMethods.MethodCall
Packages that use FindNoSideEffectMethods.MethodCall
-
Uses of FindNoSideEffectMethods.MethodCall in edu.umd.cs.findbugs.detect
Fields in edu.umd.cs.findbugs.detect with type parameters of type FindNoSideEffectMethods.MethodCallModifier and TypeFieldDescriptionFindNoSideEffectMethods.calledMethods
private final Map
<MethodDescriptor, List<FindNoSideEffectMethods.MethodCall>> FindNoSideEffectMethods.callGraph
Methods in edu.umd.cs.findbugs.detect that return FindNoSideEffectMethods.MethodCallModifier and TypeMethodDescriptionFindNoSideEffectMethods.getMethodCall
(MethodDescriptor methodDescriptorOperand) Methods in edu.umd.cs.findbugs.detect with parameters of type FindNoSideEffectMethods.MethodCallModifier and TypeMethodDescriptionprivate void
FindNoSideEffectMethods.sawCall
(FindNoSideEffectMethods.MethodCall methodCall, boolean finalPass) private void
FindNoSideEffectMethods.sawUnsureCall
(FindNoSideEffectMethods.MethodCall methodCall)