RFR: 8273935: (zipfs) Files.getFileAttributeView() throws UOE instead of returning null when view not supported
Lance Andersen
lancea at openjdk.java.net
Mon Sep 20 11:23:21 UTC 2021
Hi all,
Please review this patch which addresses the issue where Zip FS will throw a UOE instead of returning null when Files.getFileAttributeView() is invoked and the view not supported.
Mach5 tiers1 - tier3 are clean.
Best
Lance
-------------
Commit messages:
- Add Cleanup Method
- adjust copyright
- Files.getFileAttributeView() throws UOE instead of returning null when view not supported
Changes: https://git.openjdk.java.net/jdk/pull/5579/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5579&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8273935
Stats: 107 lines in 3 files changed: 103 ins; 0 del; 4 mod
Patch: https://git.openjdk.java.net/jdk/pull/5579.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/5579/head:pull/5579
PR: https://git.openjdk.java.net/jdk/pull/5579
More information about the nio-dev
mailing list