JDK-6714364 : refactor javac File handling code into new javac.file package
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-06-13
  • Updated: 2011-05-17
  • Resolved: 2011-05-17
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 b30Fixed OpenJDK6Fixed
Related Reports
Relates :  
Relates :  
Description
javac has file handling code in the zip package (2 files) and mixed in with the util package (3 files, 1 with lots of nested classes.)

It would be better to organize the file handling code in its own package, javac.file

Comments
EVALUATION Yes.
13-06-2008