RFR: 8336043: Add quality of implementation discussion to Object.{equals, toString, hashCode}

Stuart Marks smarks at openjdk.org
Thu Jul 11 20:33:51 UTC 2024


On Wed, 10 Jul 2024 22:33:54 GMT, Joe Darcy <darcy at openjdk.org> wrote:

> First pass at adding some quality of implementation discussions around the overridable methods of Object.

Bloch's _Effective Java, 3/e,_ Items 10, 11, and 12 have some useful background information on implementing equals, hashCode, and toString.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/20128#issuecomment-2223871986


More information about the core-libs-dev mailing list