Reports calls to
equals()
on
Enum
constants. Such calls can be replaced by an identity comparison
(==)
because two
Enum
constants are equal only when they have the same identity.