RFR: 8344925: translet-name ignored when package-name is also set

Severin Gehwolf sgehwolf at openjdk.org
Thu Feb 6 18:02:21 UTC 2025


On Tue, 4 Feb 2025 18:30:34 GMT, Joe Wang <joehw at openjdk.org> wrote:

> Fix an issue where the translet-name is incorrectly set when the package-name is also specified.

test/jaxp/javax/xml/jaxp/unittest/transform/PropertiesTest.java line 94:

> 92: 
> 93:         if (generateTranslet) {
> 94:             //Files.list(Path.of(path)).forEach(System.out::println);

Left over from testing the test? I'd suggest to remove this commented out code.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/23446#discussion_r1945187161


More information about the core-libs-dev mailing list