GitHub user KyongSik-Yoon opened a pull request: https://github.com/apache/commons-bcel/pull/8
Update LocalVariableTypeTable for generic type of method arguments or local variables. If a method for BCI have at least one generic type of argument BCEL then JVM occur java.lang.ClassFormatError cause 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. You can merge this pull request into a Git repository by running: $ git pull https://github.com/KyongSik-Yoon/commons-bcel trunk Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-bcel/pull/8.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #8 ---- commit 75b5820070a6aae1a157fdff4001153751ec532d Author: sam <sam1...@gmail.com> Date: 2016-07-20T07:38:50Z TestCase - LocalVariableTypeTable(method generic arguments or variables) is not updated. commit bbca6a0f7e662c01d35bd1c8c730079f7e97e18f Author: sam <sam1...@gmail.com> Date: 2016-07-20T07:41:25Z Update LocalVariableTypeTable information for generic method arguments or variables. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org