NPE fix
[fedora-idea.git] / resources-en / src / inspectionDescriptions / EqualsAndHashcode.html
blobb49f5aa92b0d97a8d1e1e4268a272a85757ebdb8
1 <html>
2 <body>
3 <font face="verdana" size="-1">This inspection reports classes that override method
4 <b><font color="#000080">equals()</font></b> but do not override method
5 <b><font color="#000080">hashCode()</font></b>, or vice versa, which could potentially lead to problems
6 when class is added to a <b><font color="#000080">Collection</font></b>.</font>
7 </body>
8 </html>