[jboss-dev-forums] [Design of JBoss Build System] - Re: JBossRetro cannot replace final reference to StringBuild
adrian@jboss.org
do-not-reply at jboss.com
Wed Apr 1 11:56:21 EDT 2009
"adrian at jboss.org" wrote :
| Isn't renaming the literal used by the local variable table
| I think because it is marked as type "Asciz" rather than "class"?
|
Actually the problem is that renameClass(s) is not processing the
LocalVariableAttributes at all. The LocalVariableAttributes (which is where
the local variable table lives) contains an index into the constant pool for the types.
This needs to be updated to the new value.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4222701#4222701
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4222701
More information about the jboss-dev-forums
mailing list