summaryrefslogtreecommitdiffstats
path: root/feature-drools-init
diff options
context:
space:
mode:
authorTaka Cho <takamune.cho@att.com>2020-06-17 16:41:57 -0400
committerTaka Cho <takamune.cho@att.com>2020-06-18 09:31:58 -0400
commit21577893cd846442cf8832fdd0ff3d7d7db3e23b (patch)
tree17d2a97014aee72d1b3be40204bf76b7ed70933c /feature-drools-init
parent1fdba85a145be36060262d4575995a7752d7a396 (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-drools-init')
0 files changed, 0 insertions, 0 deletions