RFR: JDK-8288692: jdk/javadoc/doclet/testTagMisuse/TestTagMisuse.java fails after JDK-8288545
Pavel Rappo
prappo at openjdk.org
Fri Jun 17 21:41:02 UTC 2022
On Fri, 17 Jun 2022 21:07:32 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:
> Please review a simple fix to address an NPE that can occur with a bad (empty) `{@link}` tag.
Assuming it passes tier1, looks good.
test/langtools/jdk/javadoc/doclet/testTagMisuse/TestTagMisuse.java line 26:
> 24: /*
> 25: * @test
> 26: * @bug 8035473 8288692
I know that it's an urgent fix. However, consider either checking the output for the newly created "no reference" warning or delete 8288692 from @bug. At the very least, update the copyright year.
-------------
Marked as reviewed by prappo (Reviewer).
PR: https://git.openjdk.org/jdk19/pull/37
More information about the javadoc-dev
mailing list