Class WithSignatureDiscouraged

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.WithSignatureDiscouraged
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public class WithSignatureDiscouraged extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
MethodMatchers.MethodClassMatcher.withSignature(String) is discouraged: most usages should use .named and/or .withParameters instead.
Author:
amalloy@google.com (Alan Malloy)
See Also: