-
Enhancement
-
Resolution: Fixed
-
P3
-
5.0
-
b08
-
generic
-
generic
-
Not verified
Currently, the method invokes open() and detect FileNotFoundException and then try to find it as an alias. But the cost of catching the exception is a bit expensive. The method should use canRead() before calling open().
###@###.### 2004-05-12
###@###.### 2004-05-12
- relates to
-
JDK-6241877 Calendar throws FileNotFoundException in Debug
- Closed