
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
| Build: |
8,088
|
| Severity: |
Medium
|
David says on http://plugins.intellij.net/wishlist/item/?wid=165 :
Equals and hashCode often never get updated when a class grows. So when a new field is added the equals and hashCode become invalid. Perhaps this is intended, perhaps not! Why not add a check to see if all class fields participate in the equals and hashCode - this would catch stale versions of these methods.
|
|
Description
|
David says on http://plugins.intellij.net/wishlist/item/?wid=165 :
Equals and hashCode often never get updated when a class grows. So when a new field is added the equals and hashCode become invalid. Perhaps this is intended, perhaps not! Why not add a check to see if all class fields participate in the equals and hashCode - this would catch stale versions of these methods. |
Show » |
|