Integrated: 8296420: javac has long lines in its command-line help
Archie L. Cobbs
duke at openjdk.org
Thu Apr 13 15:11:50 UTC 2023
On Tue, 4 Apr 2023 16:16:51 GMT, Archie L. Cobbs <duke at openjdk.org> wrote:
> The issue states that the output of `javac --help` and `javac --help-extra` should not overflow 80 columns.
>
> This patch updates `javac.properties` to add newlines, etc. to address this issue, and adds a regression test.
This pull request has now been integrated.
Changeset: e0620b8e
Author: Archie L. Cobbs <archie.cobbs at gmail.com>
Committer: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/e0620b8e05e9be2b76f7cc47484e81799d2cdf6e
Stats: 126 lines in 2 files changed: 105 ins; 0 del; 21 mod
8296420: javac has long lines in its command-line help
Reviewed-by: jjg
-------------
PR: https://git.openjdk.org/jdk/pull/13329
More information about the compiler-dev
mailing list