-
Enhancement
-
Resolution: Fixed
-
P3
-
9
-
b36
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085416 | emb-9 | Jonathan Gibbons | P3 | Resolved | Fixed | team |
The name Path clashes with java.nio.file.Path, and it would be good to be able to use them together unqualified in the javac.file package.
Path is an overloaded term, meaning both "the path within the filesystem for a file" and "a search path, like classpath or sourcepath". Locations.Path is the latter, and should be renamed to SearchPath.
Path is an overloaded term, meaning both "the path within the filesystem for a file" and "a search path, like classpath or sourcepath". Locations.Path is the latter, and should be renamed to SearchPath.
- backported by
-
JDK-8085416 Rename Locations.Path to Locations.SearchPath
-
- Resolved
-
- blocks
-
JDK-8060056 replace java.io.File with java.nio.file.Path
-
- Closed
-