Brandon Li created HADOOP-8815: ---------------------------------- Summary: RandomDatum overrides equals(Object) but no hashCode() Key: HADOOP-8815 URL: https://issues.apache.org/jira/browse/HADOOP-8815 Project: Hadoop Common Issue Type: Improvement Components: test Affects Versions: 3.0.0 Reporter: Brandon Li Assignee: Brandon Li Priority: Minor
Override equal() but not hashCode() is a violation of the general contract for Object.hashCode will occur, which can have unexpected repercussions when this class is in conjunction with all hash-based collections. This test class is used in multiple places, so it may be worth fixing. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira