RFR: 8322166: Files.isReadable/isWritable/isExecutable expensive when file does not exist [v5]
Brian Burkhalter
bpb at openjdk.org
Tue Dec 19 16:30:06 UTC 2023
> Add `isReadable`, `isWritable`, and `isExecutable` methods to `AbstractFileSystemProvider` and overrides to `UnixFileSystemProvider` and use these in the respective `Files` methods when the provider is an `AbstractFileSystemProvider`.
Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
8322166: Remove overlooked superfluous ternary expressions
-------------
Changes:
- all: https://git.openjdk.org/jdk/pull/17133/files
- new: https://git.openjdk.org/jdk/pull/17133/files/b06bce41..0e5a58c3
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jdk&pr=17133&range=04
- incr: https://webrevs.openjdk.org/?repo=jdk&pr=17133&range=03-04
Stats: 3 lines in 1 file changed: 0 ins; 0 del; 3 mod
Patch: https://git.openjdk.org/jdk/pull/17133.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17133/head:pull/17133
PR: https://git.openjdk.org/jdk/pull/17133
More information about the nio-dev
mailing list