The FileSystems methods newFileSystem(Path, Map) and newFileSystem(Path, Map, ClassLoader) should specify IllegalArgumentException (IAE). The methods that take a URI + Map already specify IAE.
We should also update the description for when IAE is thrown to allow for an invalid combination of properties/values.
We should also update the description for when IAE is thrown to allow for an invalid combination of properties/values.
- causes
-
JDK-8357912 (fs) Remove @since tag from java.nio.file.FileSystems.newFileSystem(Path,ClassLoader)
-
- Resolved
-
- csr for
-
JDK-8357587 (fs) FileSystems.newFileSystem that take an env must specify IllegalArgumentException
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/c1f066e1
-
Review(master) openjdk/jdk/25376