[jdk20] RFR: 8298525: javadoc crashes with "UnsupportedOperationException: Not yet implemented" in SeeTaglet.inherit
Pavel Rappo
prappo at openjdk.org
Thu Jan 5 15:32:33 UTC 2023
This makes JavaDoc warn, not crash, if `{@inheritDoc}` appears in the `@see` tag and the newer `@spec` tag. This is a jurry-rigged patch to fix an infrequent and erroneous case that should be properly revisited later.
-------------
Commit messages:
- Initial commit
Changes: https://git.openjdk.org/jdk20/pull/84/files
Webrev: https://webrevs.openjdk.org/?repo=jdk20&pr=84&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8298525
Stats: 27 lines in 3 files changed: 21 ins; 0 del; 6 mod
Patch: https://git.openjdk.org/jdk20/pull/84.diff
Fetch: git fetch https://git.openjdk.org/jdk20 pull/84/head:pull/84
PR: https://git.openjdk.org/jdk20/pull/84
More information about the javadoc-dev
mailing list