RFR: 8356888: (fs) FileSystems.newFileSystem that take an env must specify IllegalArgumentException [v2]
Lance Andersen
lancea at openjdk.org
Thu May 22 15:38:52 UTC 2025
On Thu, 22 May 2025 15:33:36 GMT, Brian Burkhalter <bpb at openjdk.org> wrote:
>> Add a throws clause for `IllegalArgumentException` to the `java.nio.file.FileSystems` methods `newFileSystem(Path, Map)` and `newFileSystem(Path, Map, ClassLoader)`. Also update the equivalent IAE verbiage for the analogous methods which accept a `URI` parameter instead of a `Path`.
>
> Brian Burkhalter has updated the pull request incrementally with one additional commit since the last revision:
>
> 8356888: Added @since 13 to newFileSystem(Path,C;assLoader)
Marked as reviewed by lancea (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/25376#pullrequestreview-2861711997
More information about the nio-dev
mailing list