RFR: JDK-8321889: JavaDoc method references with wrong (nested) type
Hannes Wallnöfer
hannesw at openjdk.org
Tue Dec 12 09:53:40 UTC 2023
Please review a change to fix JavaDoc references using a nested class instead of the enclosing class containing the target method. Until now this is accepted by JavaDoc (with the correct link being created). With [JDK-8164094](https://bugs.openjdk.org/browse/JDK-8164094) these references are reported as errors.
-------------
Commit messages:
- JDK-8321889: JavaDoc method references with wrong (nested) type
Changes: https://git.openjdk.org/jdk/pull/17078/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17078&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8321889
Stats: 6 lines in 3 files changed: 0 ins; 2 del; 4 mod
Patch: https://git.openjdk.org/jdk/pull/17078.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17078/head:pull/17078
PR: https://git.openjdk.org/jdk/pull/17078
More information about the security-dev
mailing list