You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by KyongSik-Yoon <gi...@git.apache.org> on 2016/07/20 07:50:49 UTC

[GitHub] commons-bcel pull request #8: Update LocalVariableTypeTable for generic type...

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 <sa...@gmail.com>
Date:   2016-07-20T07:38:50Z

    TestCase - LocalVariableTypeTable(method generic arguments or variables) is not updated.

commit bbca6a0f7e662c01d35bd1c8c730079f7e97e18f
Author: sam <sa...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


[GitHub] commons-bcel pull request #8: Update LocalVariableTypeTable for generic type...

Posted by KyongSik-Yoon <gi...@git.apache.org>.
Github user KyongSik-Yoon closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org