Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.8.0
-
None
-
None
Description
Currently the hashCode() and equals() methods generated using @Canonical or @EqualsAndHashCode directly access the field rather than using the property getters. If custom getters have been provided, this yields the incorrect value.