Class TooManyParameters

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

public class TooManyParameters extends BugChecker implements BugChecker.MethodTreeMatcher
A BugChecker; see the associated BugPattern annotation for details.
See Also: