Tag: equals-hashcode
All the articles with the tag "equals-hashcode".
-
When equals/hashCode Goes Wrong: A Duplicate Payment Incident Post-Mortem
A deep dive into how forgetting to override hashCode() while implementing equals() caused duplicate payments. Includes Kafka TopicPartition analysis, HashMap internals, and code review checklists.