Class ImpossibleNullComparison

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

public final class ImpossibleNullComparison extends BugChecker implements BugChecker.CompilationUnitTreeMatcher
Matches comparison of proto fields to null.
See Also: