JDK-4607354 : Include generics in Java
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 1.4.2,5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_8,windows_2000
  • CPU: generic,x86
  • Submitted: 2001-12-13
  • Updated: 2017-05-16
  • Resolved: 2003-08-01
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.
Other
5.0 tigerFixed
Related Reports
Duplicate :  
Duplicate :  
Description

Name: ca25432			Date: 12/13/2001



Include Generics in Java but maintain full reflection and debugging
functionality.

======================================================================

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b14
14-06-2004

PUBLIC COMMENTS ..
10-06-2004

EVALUATION Name: ca25432 Date: 12/13/2001 This feature has been added for Tiger release ====================================================================== I presume the "full reflection" does NOT refer to reflecting on the runtime type of a type variable. While we have some ideas on how to do that, it would be a major change in direction from our current ideas and implementation. The task of adding generics requires coordinated work from a number of subsystems, notably: a major overhaul of the public APIs of core libraries; an overhaul of the language specification; JCK test suite development; product, training and tutorial documents; an overhaul of the J2SE workspace organization, bootstrap and build process; extensions to the JPDA debugger interface; an extension of the javadoc API to support generics; and an overhaul of the standard doclet, MIF doclet, and other Sun-supplied doclets to properly handle code involving generics. I presume that work is intended to be included in the scope of this RFE. ###@###.### 2001-12-13
13-12-2001