Package com.google.errorprone.bugpatterns.nullness
package com.google.errorprone.bugpatterns.nullness
-
ClassDescriptionA
BugChecker
; see the associatedBugPattern
annotation for details.BugChecker
adds a null check toequals()
method implementations which don't satisfy the null contract ofObject.equals(java.lang.Object)
i.e.ABugChecker
; see the associatedBugPattern
annotation for details.A bugpattern: see the summary.ABugChecker
; see the associatedBugPattern
annotation for details.ABugChecker
; see the associatedBugPattern
annotation for details.ABugChecker
; see the associatedBugPattern
annotation for details.ABugChecker
; see the associatedBugPattern
annotation for details.ABugChecker
; see the associatedBugPattern
annotation for details.ABugChecker
; see the associatedBugPattern
annotation for details.ABugChecker
; see the associatedBugPattern
annotation for details.ABugChecker
; see the associatedBugPattern
annotation for details.Checks for unnecessarily performing null checks on expressions which can't be null.Check to detect unsafe upcasts ofnull
values to wildcard types.ABugChecker
; see the associatedBugPattern
annotation for details.