RFR: 8360887: (fs) Files.getFileAttributeView returns unusable FileAttributeView if UserDefinedFileAttributeView unavailable (aix) [v3]
Martin Doerr
mdoerr at openjdk.org
Mon Jun 30 20:57:54 UTC 2025
On Mon, 30 Jun 2025 20:06:20 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Martin Doerr has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Move test to FileStore/Basic.java.
>
> test/jdk/java/nio/file/FileStore/Basic.java line 110:
>
>> 108: store1.supportsFileAttributeView(UserDefinedFileAttributeView.class));
>> 109:
>> 110: // check if getFileAttributeView behaves as specified if the used defined view is unsupported
>
> used -> user
Thanks! Fixed, now.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26021#discussion_r2175922287
More information about the nio-dev
mailing list