EqualsMissingNullable
Method overrides Object.equals but does not have @Nullable on its parameter

Severity
SUGGESTION

Suppression

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