Description
Mutations has a equals() method, but it only works if hashcode() is called first on the two mutations. So equals() will work ok in hash sets and maps, but not when equals() is called w/o calling hashcode().
Attachments
Issue Links
- relates to
-
ACCUMULO-1734 Mutation is hard to check in unit tests
- Resolved