EqualsBrokenForNull
equals() implementation may throw NullPointerException when given null

Severity
WARNING

Suppression

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