Modify ↓
Opened 5 years ago
Last modified 5 years ago
#19174 new enhancement
Use Objects.equals and Objects.hash throughout the codebase
Reported by: | simon04 | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | refactoring | Cc: |
Description
The functions Objects.equals
and Objects.hash
permit concise implementations of equals
and hashCode
. This brings clarity, reduces code size.
Is there a better way (tool) to perform this refactoring than doing it manually one by one?
Attachments (1)
Note:
See TracTickets
for help on using tickets.
In 16488/josm: