RFR: JDK-8321889: JavaDoc method references with wrong (nested) type [v2]
Alan Bateman
alanb at openjdk.org
Tue Dec 12 11:07:22 UTC 2023
On Tue, 12 Dec 2023 10:42:32 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
>> Please review a doc-only change for JavaDoc references using a nested class instead of the enclosing class containing the target method. Until now this is accepted by JavaDoc, but with [JDK-8164094](https://bugs.openjdk.org/browse/JDK-8164094) these references are reported as errors.
>>
>> I made sure the rendered documentation is identical before and after the change (JavaDoc previously generated the correct links for these references).
>>
>> Update: I also fixed two typos in `javax/smartcardio/CardTerminals.java` by removing the duplicate "call" in "... latest call to waitForChange() call".
>
> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>
> Restore explicit label and remove duplicate word
Marked as reviewed by alanb (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/17078#pullrequestreview-1777214660
More information about the core-libs-dev
mailing list