Class UnnecessaryCheckNotNull

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

public class UnnecessaryCheckNotNull extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
Checks for unnecessarily performing null checks on expressions which can't be null.
Author:
[email protected] (Andy Turner), [email protected] (Sumit Bhagwani)
See Also: