[jdk20] RFR: 8298525: javadoc crashes with "UnsupportedOperationException: Not yet implemented" in SeeTaglet.inherit
Jonathan Gibbons
jjg at openjdk.org
Thu Jan 5 21:00:50 UTC 2023
On Thu, 5 Jan 2023 15:25:45 GMT, Pavel Rappo <prappo at openjdk.org> wrote:
> 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.
It would be nice if there was visible indication in the generated output, but OK if that is not possible or practical at this time.
-------------
Marked as reviewed by jjg (Reviewer).
PR: https://git.openjdk.org/jdk20/pull/84
More information about the javadoc-dev
mailing list