GitHub user KyongSik-Yoon opened a pull request:

    https://github.com/apache/commons-bcel/pull/10

    BCEL-276 LocalVariableTypeTable is not updated when use MethodGen.

    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.
    
    This PR include unit test for reproduce a bug.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/KyongSik-Yoon/commons-bcel BCEL-276

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/commons-bcel/pull/10.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 #10
    
----
commit b0105bf90c0cdbe08f9076e24859aae07b46bcb2
Author: sam <sam1...@gmail.com>
Date:   2016-07-28T11:11:03Z

    BCEL-276 LocalVariableTypeTable is not updated when use MethodGen.

----


---
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

Reply via email to