[jboss-jira] [JBoss JIRA] Created: (JASSIST-128) GetRefClasses() for anonymous inner classes incorrect
Jesper Pedersen (JIRA)
jira-events at lists.jboss.org
Sat Jul 24 10:56:33 EDT 2010
GetRefClasses() for anonymous inner classes incorrect
-----------------------------------------------------
Key: JASSIST-128
URL: https://jira.jboss.org/browse/JASSIST-128
Project: Javassist
Issue Type: Bug
Affects Versions: 3.12.0.GA
Reporter: Jesper Pedersen
Assignee: Shigeru Chiba
When getting the referenced classes from an anonymous inner class it incorrectly list a .{Name} reference:
CLZ=org.jboss.shrinkwrap.impl.base.container.ContainerBase$1
Collection c = ctClz.getRefClasses();
R=org.jboss.shrinkwrap.impl.base.container.ContainerBase$1
R=org.jboss.shrinkwrap.impl.base.container.ContainerBase
R=org.jboss.shrinkwrap.impl.base.container.ContainerBase.1 <-- incorrect
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list