RFR: 8326487: ZipFileSystem.getPath("").getFileName() returns null instead of an empty Path

Jaikiran Pai jpai at openjdk.org
Tue Feb 17 16:52:20 UTC 2026


On Tue, 17 Feb 2026 16:38:10 GMT, Alan Bateman <alanb at openjdk.org> wrote:

> At some point we should replace zipfs/Basic.java with a JUnit test as it has growth very large over time.

After seeing Basic.java, I was in two minds whether I should introduce a new JUnit test class just for this issue or add it to the existing one :) I decided to add it here and then consider the JUnit migration as a separate task.

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

PR Comment: https://git.openjdk.org/jdk/pull/29760#issuecomment-3915850273


More information about the core-libs-dev mailing list