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/28 10:57:20 UTC

[GitHub] commons-bcel pull request #9: BCEL-277 Resolve constant to a string represen...

GitHub user KyongSik-Yoon opened a pull request:

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

    BCEL-277 Resolve constant to a string representation occur NoSuchElementException in case CONSTANT_NameAndType constant.

    A method that constantToString of ConstantPool class always occur NoSuchElementException when face with costant type of CONSTANT_NameAndType.
    A reason is invalid separator for StringTokenizer that colon. It should be replaced to empty string.
    I had pull request include ConstantPoolTestCase.

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

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

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

    https://github.com/apache/commons-bcel/pull/9.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 #9
    
----
commit 53e91a2259a3656ef81334d00bc2bfea2b14d626
Author: sam <sa...@gmail.com>
Date:   2016-07-28T10:52:06Z

    BCEL-277 Resolve constant to a string representation occur NoSuchElementException in case CONSTANT_NameAndType constant.

----


---
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 #9: BCEL-277: Resolve constant to a string represe...

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

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


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