[jboss-jira] [JBoss JIRA] Commented: (JASSIST-136) getDeclaringClass() throws IncompatibleClassChangeError on copy of inner class
Shigeru Chiba (JIRA)
jira-events at lists.jboss.org
Fri Jan 28 04:24:04 EST 2011
[ https://issues.jboss.org/browse/JASSIST-136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578641#comment-12578641 ]
Shigeru Chiba commented on JASSIST-136:
---------------------------------------
A non-static nested class (i.e. an inner class) has more complex structure than a static nested method.
> getDeclaringClass() throws IncompatibleClassChangeError on copy of inner class
> ------------------------------------------------------------------------------
>
> Key: JASSIST-136
> URL: https://issues.jboss.org/browse/JASSIST-136
> Project: Javassist
> Issue Type: Bug
> Affects Versions: 3.14.0.GA
> Environment: sun jdk1.6.0_21
> Reporter: Ragnar Rova
> Assignee: Shigeru Chiba
>
> Creating a copy of a inner class and then calling getDeclaringClass() on the copied class causes error. How to create a copy of such a class?
> java.lang.IncompatibleClassChangeError: foo.GetDeclaringClassTest and foo.GetDeclaringClassTest$Foo$BackRef disagree on InnerClasses attribute
> at java.lang.Class.getDeclaringClass(Native Method)
> at foo.GetDeclaringClassTest.get_declaring_class_should_not_throw_error(GetDeclaringClassTest.java:20)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list