Integrated: JDK-8263043: Add test to verify order of tag output

Jonathan Gibbons jjg at openjdk.java.net
Sat Mar 6 15:28:21 UTC 2021


On Thu, 4 Mar 2021 21:12:15 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.

This pull request has now been integrated.

Changeset: f2d01521
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f2d01521
Stats:     229 lines in 1 file changed: 229 ins; 0 del; 0 mod

8263043: Add test to verify order of tag output

Reviewed-by: prappo

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

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


More information about the javadoc-dev mailing list