Reports any use of
==
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.