[
https://jira.jboss.org/browse/JASSIST-128?page=com.atlassian.jira.plugin....
]
Shigeru Chiba resolved JASSIST-128.
-----------------------------------
Fix Version/s: 3.14.0.GA
Resolution: Done
see also JASSIST-129
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
Fix For: 3.14.0.GA
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