RFR: 8361366: Allow sorting of member details in lexicographical order [v4]
Nizar Benalla
nbenalla at openjdk.org
Tue Sep 30 15:28:39 UTC 2025
On Thu, 11 Sep 2025 10:17:32 GMT, Hannes Wallnöfer <hannesw at openjdk.org> wrote:
>> Nizar Benalla has updated the pull request incrementally with one additional commit since the last revision:
>>
>> member details should also be sorted
>
> src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/script.js.template line 26:
>
>> 24:
>> 25: const sortLexicalLabel = "Sort lexicographically";
>> 26: const sortSourceLabel = "Sort by source order";
>
> These should be localized messages as the ones in the preceding lines.
I avoided adding these in doclet.properties because they would be unused in the java code and may otherwise trip `CheckResourceKeys`
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26322#discussion_r2392014678
More information about the javadoc-dev
mailing list