RFR: JDK-8030048: (fs) Support UserDefinedFileAttributeView/extended attributes on OS X / HFS+ [v2]
Sebastian Stenzel
github.com+1204330+overheadhunter at openjdk.java.net
Wed Jan 13 12:35:25 UTC 2021
On Wed, 13 Jan 2021 12:17:05 GMT, Alan Bateman <alanb at openjdk.org> wrote:
>> Sebastian Stenzel has updated the pull request incrementally with one additional commit since the last revision:
>>
>> fixed comment that was copy-pasted from LinuxFileStore
>
> src/java.base/macosx/classes/sun/nio/fs/BsdFileStore.java line 104:
>
>> 102: @Override
>> 103: public boolean supportsFileAttributeView(Class<? extends FileAttributeView> type) {
>> 104: // support DosFileAttributeView and UserDefinedAttributeView if extended
>
> A minor point here is that comment carrier over from the Linux implementation isn't quite right here as the BSD version doesn't support the "dos" attribute view.
resolved in 5d00aa6
-------------
PR: https://git.openjdk.java.net/jdk/pull/2017
More information about the nio-dev
mailing list