-
Enhancement
-
Resolution: Rejected
-
P4
-
7
-
generic
-
generic
Currently, all Path objects are agnostic as to their contents, leading (for example) to complicated code in ClassReader.fillInPackage to process combinations of paths for different content.
Allowing Path objects to be created that allow each entry on the path to provide a hint as to its contents would simplify code elsewhere in the compiler.
Allowing Path objects to be created that allow each entry on the path to provide a hint as to its contents would simplify code elsewhere in the compiler.
- relates to
-
JDK-6832154 refactor Paths to be just a utility class for JavacFileManager
- Closed