RFR: 8313931: Javadoc: links to type parameters actually generate links to classes [v3]

Jonathan Gibbons jjg at openjdk.org
Wed Aug 7 21:10:33 UTC 2024


On Wed, 7 Aug 2024 21:06:22 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Hannes Wallnöfer has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   More post-merge cleanup
>
> test/langtools/jdk/javadoc/doclet/testLinkTaglet/TestLinkTagletTypeParam.java line 49:
> 
>> 47:     ToolBox tb = new ToolBox();
>> 48: 
>> 49:     @JavadocTester.Test
> 
> Is there a reason to use `JavadocTester.Test` and not just `Test`, as is common in other tests?

Ah, I see the code generates a `public class Test` ...

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/20494#discussion_r1707912699


More information about the javadoc-dev mailing list