Details
-
Enhancement
-
Resolution: Duplicate
-
P4
-
None
-
7
-
generic
-
generic
Description
jdk-version: jdk7/pit/b123
when newing a zipfs instance, null env map should be allowed to be passed in as a parameter in
public static FileSystem newFileSystem(FileRef file,
Map<String,?> env,
ClassLoader loader)
throws IOException
and the alike.
Currently, at leaset an empty map is needed, which seems doesn't make much sense.
when newing a zipfs instance, null env map should be allowed to be passed in as a parameter in
public static FileSystem newFileSystem(FileRef file,
Map<String,?> env,
ClassLoader loader)
throws IOException
and the alike.
Currently, at leaset an empty map is needed, which seems doesn't make much sense.
Attachments
Issue Links
- duplicates
-
JDK-7006126 (fs) Updates to file system API (1/2011)
- Closed