-
Bug
-
Resolution: Fixed
-
P5
-
5.0
-
b57
-
generic
-
generic
Name: aaR10208 Date: 07/15/2003
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b10
Platform[s] : generic
There are two typos in java.io.File methods' description:
===
public File getAbsoluteFile()
Returns the absolute form of this abstract pathname. Equivalent to new File(this.getAbsolutePath()()).
public File getCanonicalFile()
throws IOException
Returns the canonical form of this abstract pathname. Equivalent to new File(this.getCanonicalPath()()).
===
Note the double "()": "this.getAbsolutePath()()".
======================================================================
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b10
Platform[s] : generic
There are two typos in java.io.File methods' description:
===
public File getAbsoluteFile()
Returns the absolute form of this abstract pathname. Equivalent to new File(this.getAbsolutePath()()).
public File getCanonicalFile()
throws IOException
Returns the canonical form of this abstract pathname. Equivalent to new File(this.getCanonicalPath()()).
===
Note the double "()": "this.getAbsolutePath()()".
======================================================================