JDK-6878337 : (file) FileSystems.getDefault should specify that newFileSystem is invoked to create file system
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.nio
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2009-09-02
  • Updated: 2010-04-02
  • Resolved: 2009-09-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7Resolved
Related Reports
Duplicate :  
Description
FileSystems.getDefault currently states:

"The last provider to be instantiated becomes the default provider; its getFileSystem method is invoked with the URI "file:///" to create the default file system."

This should say that the newFileSystem method is invoked.