On Fri, 17 Jun 2022 21:07:32 GMT, Jonathan Gibbons <[email protected]> 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