diff options
author | Taka Cho <takamune.cho@att.com> | 2020-06-17 16:41:57 -0400 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2020-06-18 09:31:58 -0400 |
commit | 21577893cd846442cf8832fdd0ff3d7d7db3e23b (patch) | |
tree | 17d2a97014aee72d1b3be40204bf76b7ed70933c /feature-pooling-dmaap/src/test | |
parent | 1fdba85a145be36060262d4575995a7752d7a396 (diff) |
equals and hashCode should be overridden in pairs
hashCode should be overridden in pairs.
followed by Effective Java:
You must override hashCode() in every class that
overrides equals(). Failure to do so will result
in a violation of the general contract for
Object.hashCode(), which will prevent your class from
functioning properly in conjunction with all
hash-based collections, including HashMap, HashSet, and Hashtable.
Issue-ID: POLICY-2616
Change-Id: I2b29722daab5c520547397aae68d8ebaa71b2c4b
Signed-off-by: Taka Cho <takamune.cho@att.com>
Diffstat (limited to 'feature-pooling-dmaap/src/test')
0 files changed, 0 insertions, 0 deletions