Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-7007602

(fs) newFileSystem should not require an environment when opening a file as a file system

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 7
    • core-libs
    • generic
    • generic

      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.

            alanb Alan Bateman
            stephenh Stephen Hu (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: