| <html> | |
| <body> | |
| Reports any calls to <b>org.junit.Assert.assertEquals()</b> | |
| or <b>junit.framework.Assert.assertEquals()</b> which | |
| can be replaced with an equivalent call to <b>assertSame()</b>. | |
| This is possible when the arguments are instances of a final class which does not override | |
| the <b>equals()</b> method. | |
| <!-- tooltip end --> | |
| <p> | |
| </body> | |
| </html> |