Integrated: JDK-8313204: Inconsistent order of sections in generated class documentation

Jonathan Gibbons jjg at openjdk.org
Fri Jul 28 17:09:59 UTC 2023


On Wed, 26 Jul 2023 19:33:42 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a minor change to `ClassWriter` to make the order of sections consistent across member-kinds and between summary and detail sections. The change to `ClassWriter` is just to reorder the sections, and to add some explanatory comments.
> 
> One test detected the change and is therefore updated.
> Another test is updated to include a check for the section ordering.
> 
> Note: the changes to `ClassWriter` may soon be superseded by work on [JDK-8312201](https://bugs.openjdk.org/browse/JDK-8312201). The primary goal of this PR is to establish the preferred order and update the tests accordingly.

This pull request has now been integrated.

Changeset: e2cb0bc6
Author:    Jonathan Gibbons <jjg at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/e2cb0bc6f1816f10603b35a4bfe95423bb68c411
Stats:     67 lines in 3 files changed: 48 ins; 13 del; 6 mod

8313204: Inconsistent order of sections in generated class documentation

Reviewed-by: hannesw, prappo

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

PR: https://git.openjdk.org/jdk/pull/15046


More information about the javadoc-dev mailing list