]> source.dussan.org Git - sonarqube.git/blob
104dc0d6a98efa1064e9f26ffb8d5e16c1ad885f
[sonarqube.git] /
1 <p>
2 The <code>equals(Object o)</code> method shouldn't make any assumptions
3 about the type of <code>o</code>. It should simply return
4 false if <code>o</code> is not the same type as <code>this</code>.
5 </p>