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 <sam1...@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 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