Class ShouldHaveEvenArgs

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

public class ShouldHaveEvenArgs extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks that variable argument methods have even number of arguments.
Author:
bhagwani@google.com (Sumit Bhagwani)
See Also: