Class DistinctVarargsChecker

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

public final class DistinctVarargsChecker extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
ErrorProne checker to generate warning when method expecting distinct varargs is invoked with same variable argument.
See Also: