RFR: JDK-8290845: Consider an alternative item separator for multi-item option values

Pavel Rappo prappo at openjdk.org
Tue Nov 15 23:28:02 UTC 2022


On Tue, 15 Nov 2022 23:06:27 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

> Please review a medium simple update to prefer the use of comma (`,`) instead of colon (`:`) in certain options taking a list of values.    Options taking a search path (like `--class-path`, `--source-path`, etc) are **not** affected.

test/langtools/jdk/javadoc/tool/CheckManPageOptions.java line 69:

> 67:     static final PrintStream out = System.err;
> 68: 
> 69:     List<String> MISSING_IN_MAN_PAGE = List.of();

What's that about? It seems unrelated.

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

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


More information about the javadoc-dev mailing list