Class PreconditionsCheckNotNullRepeated

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

public class PreconditionsCheckNotNullRepeated extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks that Precondition.checkNotNull is not invoked with same arg twice.
Author:
[email protected] (Sumit Bhagwani)
See Also: