[jboss-jira] [JBoss JIRA] Created: (JBBUILD-333) Implement translation of generic types
Kabir Khan (JIRA)
jira-events at jboss.com
Thu Jan 11 10:58:27 EST 2007
Implement translation of generic types
--------------------------------------
Key: JBBUILD-333
URL: http://jira.jboss.com/jira/browse/JBBUILD-333
Project: JBoss Build System
Issue Type: Task
Components: JBossRetro
Affects Versions: JBossRetro-1.0.4.GA
Reporter: Kabir Khan
This causes jdk14 test failures in the retroed container project (and so in retroed aop which depends on container)
Things like
Class.getGenericInterfaces()
Class.getGenericSuperClass()
Field.getGenericType()
Method/Constructor.getGenericExceptionTypes()
Method/Constructor.getGenericParameterTypes()
Method/Constructor.getTypeParameters()
need to be moved into a GenericTypeRedirects or something.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list