Reports any use of
==
or
!=
to test for Number equality, rather than the
equals()
method. With auto-boxing it is easy to make the mistake of comparing two Integer (or other subclass of java.lang.Number) objects instead of two ints.