ParameterMissingNullable
Parameter has handling for null but is not annotated @Nullable

Severity
SUGGESTION

Suppression

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