RFR: 8342609: Bug in jpackage test helper
Alexander Matveev
almatvee at openjdk.org
Fri Oct 18 21:40:50 UTC 2024
On Fri, 18 Oct 2024 13:45:00 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> wrote:
> `Files.walk(root, 0)` returns the `root` itself and not the contents of the `root`.
> Replaced `Files.walk(root, 0)` with `Files.list(root)` to get a non-recursive listing of the `root` directory.
Looks good, but can you make issue title more descriptive of the issue.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21582#issuecomment-2423266759
More information about the core-libs-dev
mailing list