RFR: 8299864: ZipFileStore#supportsFileAttributeView(String) doesn't throw NPE [v4]

Alan Bateman alanb at openjdk.org
Wed Jan 11 09:02:16 UTC 2023


On Wed, 11 Jan 2023 08:30:01 GMT, Per Minborg <pminborg at openjdk.org> wrote:

>> src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileStore.java line 43:
>> 
>>> 41:  * @author Xueming Shen, Rajendra Gutupalli, Jaya Hangal
>>> 42:  */
>>> 43: final class ZipFileStore extends FileStore {
>> 
>> This should be OK but might suggest adding a release note
>
>> This should be OK but might suggest adding a release note
> 
> Do we need to do that for a package-private class? Maybe for internal use?

This is a implementation class in a non-exported package so it's okay.

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

PR: https://git.openjdk.org/jdk/pull/11926


More information about the nio-dev mailing list