JDK-6410637 : Make decision on deprecated methods in DefaultFileManager and BaseFileObject.
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-04-09
  • Updated: 2012-01-18
  • Resolved: 2012-01-18
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 b74Fixed OpenJDK6Fixed
Related Reports
Relates :  
Description
In order to ease the transition from JSR 199 pre-b78 to b78, a number of
methods in DefaultFileManager and BaseFileObject were marked deprecated
to identified them as potential candidates for a purge.  Please make a
final ruling on those methods: either delete the method or remove the
deprecation annotation.

Comments
EVALUATION BaseFileObject.getPath: removed BaseFileObject.getName: replaced by BaseFileObject.getShortName JavacFileManager.java (was DefaultFileManager.java) getJavacFileName removed getjavacBaseFilename removed Old199.java removed
24-09-2009