Reports any calls to org.junit.Assert.assertEquals()
or junit.framework.Assert.assertEquals() which
can be replaced with an equivalent call to assertSame().
This is possible when the arguments are instances of a final class which does not override
the equals() method.