RFR: 8253761: Wrong URI syntax printed by jar --describe-module

Christian Stein cstein at openjdk.java.net
Thu Oct 1 14:38:04 UTC 2020


On Thu, 1 Oct 2020 13:21:50 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> `test/jdk/tools/jar/modularJar/Basic.java` has tests for jar --describe-module and maybe we could add a test to this to
> make sure that it outputs the expected JAR URL.

Tests are always good to have.

Should I extend the existing `@Test public void describeModuleFoo() ...` method or should I add a new method that
ensures the expected URL is emitted?

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

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


More information about the core-libs-dev mailing list