[
https://issues.apache.org/jira/browse/BCEL-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15821160#comment-15821160
]
Sam Yoon edited comment on BCEL-276 at 1/12/17 2:58 PM:
--------------------------------------------------------
[~britter] I was applied a patch suggested by [~markro] and push to my branch.
Thanks for you advice.
was (Author: samyoon):
I was applied a patch suggested by [~markro] and push to my branch.
Thanks for you advice.
> LocalVariableTypeTable is not updated.
> ---------------------------------------
>
> Key: BCEL-276
> URL: https://issues.apache.org/jira/browse/BCEL-276
> Project: Commons BCEL
> Issue Type: Bug
> Affects Versions: 6.0
> Reporter: Sam Yoon
> Assignee: Benedikt Ritter
> Labels: github
> Fix For: 6.1
>
> Attachments: LocalVariable.mark.diff, LocalVariableGen.mark.diff,
> LocalVariableTypeTableTest.java, MethodGen.diff, MethodGen.mark.diff,
> SimpleClassHasMethodIncludeGenericArgument.java
>
>
> If a method for BCI have at least one generic type of argument JVM throw
> java.lang.ClassFormatError due to not updated LocalVariableTable.
> I know there is workaround as call removeLocalVariables method.
> But I think it's better that BCEL can stay proper LocalVariableTable.
> I'm also pull test case can reproduce error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)