bisq/core
Manfred Karrer 4094ff99a8
Add equals and hashCode methods to classes which use enums as fields
Enums must not be used directly for hashCode or equals as it delivers
the Object.hashCode (internal address)!
The equals and hashCode methods cannot be overwritten in Enums.
It was only applied to classed which are used as value objects and
potentially are used in Sets or other context which involve usage of
equals or hashCode
2018-11-01 13:40:07 -05:00
..
.tx Merge core repository at 4597613 2018-09-05 10:48:22 +02:00
src Add equals and hashCode methods to classes which use enums as fields 2018-11-01 13:40:07 -05:00
build.gradle Move javafx dependencies to common 2018-10-22 16:01:02 -05:00
update_translations.sh Merge core repository at 4597613 2018-09-05 10:48:22 +02:00