RedundantNullCheck
Null check on an expression that is statically determined to be non-null according to language semantics or nullness annotations.
Suppression
Suppress false positives by adding the suppression annotation @SuppressWarnings("RedundantNullCheck")
to the enclosing element.