RFR: 8344415: Restruct jpackage utility classes

Alexander Matveev almatvee at openjdk.org
Tue Nov 19 00:00:48 UTC 2024


On Mon, 18 Nov 2024 18:31:09 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:

> Move child classes of "jdk.jpackage.test.Functional" class to "jdk.jpackage.internal.util.function" package.
> Split "jdk.jpackage.internal.IOUtils" class in "PathUtils", "FileUtils", "XmlUtils" classes in "jdk.jpackage.internal.util" package.
> 
> Implmenetation didnt change except of `FileUtils.deleteRecursive()` that was cleared from the dependency on "AtomicReference".
> 
> Applied `bin/blessed-modifier-order.sh` script to the modified files.

Looks good.

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

Marked as reviewed by almatvee (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/22216#pullrequestreview-2444019214


More information about the core-libs-dev mailing list