JDK-6412308 : JSR 199: javax.tools.JavaFileManager.getFileForOutput: spec is the same as for getFileForInput
Type:Bug
Component:tools
Sub-Component:javac
Affected Version:6
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2006-04-12
Updated:2011-01-19
Resolved:2006-05-13
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.
The spec for getFileForOutput is the same as for getFileForInput
The spec for getFileForOutput and getFileForInput is unclear:
what does parameter 'packageName' mean? Its meaning for getJavaFileForInput/Output is clear.