-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
BugA error that causes the feature to behave differently than what was expected based on design docsA error that causes the feature to behave differently than what was expected based on design docs
Description
According to "Effective Java - Joshua Bloch", Chapter -3 (Item 11): Always override hashCode when you override equals,
This is because, otherwise it would cause issues when using these objects in HashMap and HashSet
Also we need to add relavent unit tests
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugA error that causes the feature to behave differently than what was expected based on design docsA error that causes the feature to behave differently than what was expected based on design docs
Type
Projects
Status
🆕 New