JDK-6411312 : JSR 199: ForwardingFileManager should be generic, by analogy with ForwardingFileObject
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-04-10
  • Updated: 2010-04-03
  • 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.

To download the current JDK release, click here.
JDK 6
6 b85Fixed
Related Reports
Relates :  
Description
It is a very convenient and elegant pattern to use a generic type for the target of forwarding calls. This allows subtypes to have type-safe access to their view of the target object.

Comments
EVALUATION This was overlooked when generifying ForwardingFileObject.
21-04-2006