-
Bug
-
Resolution: Fixed
-
P3
-
1.1
-
1.1.1
-
sparc
-
solaris_2.4, solaris_2.5.1
-
Not verified
For example:
new File("/home").getParent() returns null. ("/" would be nice)
new File("//home").getParent() returns "/".
new File("/").list() returns:
"//net"
"//home" ("/home" would be nicer, at least there is getCanonicalPath() now)
and lots more.
From a program's point of view, there is no way to navigate up to find "/".
("/home" seems to be the root (null parent) when starting from "/home/hefner")
Windows of course has an even bigger set of problems.
(e.g., does "C:\" have a parent, and if not, is there any way to obtain
a list of drives?)
new File("/home").getParent() returns null. ("/" would be nice)
new File("//home").getParent() returns "/".
new File("/").list() returns:
"//net"
"//home" ("/home" would be nicer, at least there is getCanonicalPath() now)
and lots more.
From a program's point of view, there is no way to navigate up to find "/".
("/home" seems to be the root (null parent) when starting from "/home/hefner")
Windows of course has an even bigger set of problems.
(e.g., does "C:\" have a parent, and if not, is there any way to obtain
a list of drives?)
- duplicates
-
JDK-4032097 java.io.File.getParent() incorrectly returns null for "/usr"
-
- Closed
-
- relates to
-
JDK-4139150 java.io.File: Regression test GetParent failing (solaris)
-
- Closed
-
-
JDK-4032515 JLS overspecifies java.io.File.getParent()
-
- Closed
-