On Mon, 27 Apr 2026 17:19:02 GMT, Jonathan Gibbons <[email protected]> wrote:
>> I suspected this as well, but it turns out we're using this hardcoded order >> in all module, package and type page headers: >> >> - >> https://github.com/openjdk/jdk/blob/master/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleWriter.java#L270-L272 >> >> - >> https://github.com/openjdk/jdk/blob/master/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageWriter.java#L207-L210 >> >> - >> https://github.com/openjdk/jdk/blob/master/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ClassWriter.java#L131 > > Maybe you can record this as a future possible TODO issue in JBS I filed this: https://bugs.openjdk.org/browse/JDK-8383457 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30947#discussion_r3149775008
