JDK-6832154 : refactor Paths to be just a utility class for JavacFileManager
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-04-20
  • Updated: 2011-07-25
  • Resolved: 2011-07-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 Other
7 b62Fixed OpenJDK6Fixed
Related Reports
Relates :  
Description
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.

Comments
EVALUATION Yes
23-04-2009