ULYSSIS-KUL / ipp

i++: a relay run counting system
https://github.com/ULYSSIS-KUL/ipp
Other
12 stars 2 forks source link

The TagId equals-hashcode contract is broken #27

Closed ghost closed 5 years ago

ghost commented 6 years ago

In its equals method, TagId compares ids in a case insensitive manner. In its hashCode method, TagId returns a field which is computed in a case sensitive manner.