Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
As discussed in "Effective Java" a common source of bugs is for a class to override equals without overriding hashCode. To reduce the incidence of this, javac could issue a warning when this occured.
|