-
Enhancement
-
Resolution: Fixed
-
P4
-
7
-
b62
-
generic
-
generic
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2194720 | OpenJDK6 | Jonathan Gibbons | P4 | Resolved | Fixed | b21 |
Paths provides path handling for JavacFileManager. There are only a couple of places remaining that use it directly. In JavacProcessingEnvironment, it is used to init an unused variable; in APT it is just used to access a couple of paths, which could be better obtained from JavacFileManager. These remaining uses should be cleaned up.
- backported by
-
JDK-2194720 refactor Paths to be just a utility class for JavacFileManager
-
- Resolved
-
- relates to
-
JDK-6833594 changes internal Paths API to allow each path entry to have an associated Set<JavaFileObject.Kind>
-
- Closed
-