RFR: 8336043: Add quality of implementation discussion to Object.{equals, toString, hashCode} [v5]
Chen Liang
liach at openjdk.org
Mon Nov 4 13:26:34 UTC 2024
On Fri, 4 Oct 2024 04:25:39 GMT, Chen Liang <liach at openjdk.org> wrote:
>> Joe Darcy has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains seven additional commits since the last revision:
>>
>> - Fix typo found in code review.
>> - Merge branch 'master' into JDK-8336043
>> - Merge branch 'master' into JDK-8336043
>> - Respond to review feedback.
>> - Merge branch 'master' into JDK-8336043
>> - Appease jcheck.
>> - JDK-8336043: Add quality of implementation discussion to Object.{equals, toString, hashCode}
>
> src/java.base/share/classes/java/lang/Object.java line 211:
>
>> 209: * @see #hashCode()
>> 210: * @see java.util.HashMap
>> 211: * @see ##objectOverrides Guidance for overriding {@code Object} methods
>
> Is this rendered as code font? I think only `<`-starting text is not rendered as code font.
Update: I used the same pattern elsewhere and this code tag does work as intended,
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20128#discussion_r1827726090
More information about the core-libs-dev
mailing list