RFR: 8350880: (zipfs) Add support for read-only zip file systems [v4]
David Beaumont
duke at openjdk.org
Mon May 19 11:48:58 UTC 2025
On Fri, 16 May 2025 15:17:40 GMT, Lance Andersen <lancea at openjdk.org> wrote:
>> src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystem.java line 221:
>>
>>> 219: }
>>> 220: // sm and existence check
>>> 221: zfpath.getFileSystem().provider().checkAccess(zfpath, java.nio.file.AccessMode.READ);
>>
>> Type name clash with existing AccessMode class. Since new enum is private, happy to rename.
>
> So perhaps change the name of the newly added enum
Done.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/25178#discussion_r2095527265
More information about the core-libs-dev
mailing list