RedundantNullCheck
Null check on an expression that is statically determined to be non-null according to language semantics or nullness annotations.

Severity
WARNING

Suppression

Suppress false positives by adding the suppression annotation @SuppressWarnings("RedundantNullCheck") to the enclosing element.