Integrated: 8286654: Add an optional description accessor on ToolProvider interface

Christian Stein cstein at openjdk.java.net
Thu May 19 18:28:47 UTC 2022


On Wed, 18 May 2022 14:56:47 GMT, Christian Stein <cstein at openjdk.org> wrote:

> This PR adds an optional description accessor on `ToolProvider` interface.
> 
> This PR also adds short description for each of the listed tool:
> - `jar`
> - `javac`
> - `javadoc`
> - `javap` and `jdeps`
> - `jlink` and `jmod`
> - `jpackage`

This pull request has now been integrated.

Changeset: 655500a4
Author:    Christian Stein <cstein at openjdk.org>
Committer: Joe Darcy <darcy at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/655500a4f5e3abcff176599604deceefb6ca6640
Stats:     115 lines in 19 files changed: 97 ins; 2 del; 16 mod

8286654: Add an optional description accessor on ToolProvider interface

Reviewed-by: jjg, darcy, lancea

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

PR: https://git.openjdk.java.net/jdk/pull/8772


More information about the compiler-dev mailing list