RFR: JDK-8263043: Add test to verify order of tag output [v2]

Pavel Rappo prappo at openjdk.java.net
Fri Mar 5 19:23:08 UTC 2021


On Fri, 5 Mar 2021 17:46:28 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Please review a new test to verify that the output of block tags is generated in the expected order.
>> 
>> The code in the standard doclet to generate the output is the same for all use sites (modules, packages, class, members) and so just the richest site is tested.
>> 
>> The test checks that tags appear in the expected order by default, but can be reordered in a couple of different ways.
>
> Jonathan Gibbons has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
> 
>  - Address review comments; extend test to check @author and @version in class comments
>  - Merge remote-tracking branch 'upstream/master' into tag-order
>  - fix whitespace
>  - JDK-8263043: Add test to verify order of tag output

The improved version looks better. Thanks.

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

Marked as reviewed by prappo (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/2835


More information about the javadoc-dev mailing list