You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jeffrey Shmain (JIRA)" <ji...@apache.org> on 2014/07/29 00:51:39 UTC

[jira] [Created] (HBASE-11605) All classes that override equals should have a corresponding hashCode

Jeffrey Shmain created HBASE-11605:
--------------------------------------

             Summary: All classes that override equals should have a corresponding hashCode
                 Key: HBASE-11605
                 URL: https://issues.apache.org/jira/browse/HBASE-11605
             Project: HBase
          Issue Type: Bug
            Reporter: Jeffrey Shmain
            Priority: Trivial


I was looking at this link:
https://analysis.apache.org/drilldown/issues/71923?&rule=findbugs%3AHE_EQUALS_USE_HASHCODE&rule_sev=CRITICAL

And some classes that define equals do not define hashCode, which is not the best practice. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)