Reports calls to
equals()
or
compareTo()
were an object is compared for equality with itself. This means the argument and the qualifier to the call are identical, and it will always return
true
for
equals()
or always
0
for
compareTo()
.