JDK-8001664 : refactor javadoc to use abstraction to handle files
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2012-10-26
  • Updated: 2018-02-12
  • Resolved: 2012-10-31
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 8
8 b64Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
javadoc should use an abstraction to handle files, that can accomodate use of java.io.File, java.nio.file.Path and javax.tools.FileObject.  This abstraction should handle the operations on files required by javadoc, such as testing for existing, open streams for reading and writing.