]> source.dussan.org Git - sonarqube.git/blob
9235c798f95b2399f81891a352f3064c70e9f8a6
[sonarqube.git] /
1 <p> This class extends a class that defines an equals method and adds fields, but doesn't
2 define an equals method itself. Thus, equality on instances of this class will
3 ignore the identity of the subclass and the added fields. Be sure this is what is intended,
4 and that you don't need to override the equals method. Even if you don't need to override
5 the equals method, consider overriding it anyway to document the fact
6 that the equals method for the subclass just return the result of
7 invoking super.equals(o).
8   </p>