JDK-5088783 : JDI: Add types to represent generic types and their components
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: debugger
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2004-08-18
  • Updated: 2016-11-03
  • Resolved: 2016-11-03
Related Reports
Relates :  
Description
JDI currently has methods that allow the client to get the
raw generic signature strings for fields, methods and classes.

It would be nice if JDI had actual types that represent the generic
types, similar to these types that were added to java.lang.reflect
to support generics:

GenericArrayType
GenericDeclaration
ParameterizedType
Type
TypeVariable
WildcardType

See also 4421040.

Comments
This is not on our list of current priorities, if this changes please re-open this issue.
03-11-2016