Reports any use of == or != to test for Number equality, instead of an equals() call. 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.