You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sam Yoon (JIRA)" <ji...@apache.org> on 2016/07/26 01:41:20 UTC

[jira] [Updated] (BCEL-277) Resolve constant to a string representation occur NoSuchElementException in case CONSTANT_NameAndType constant.

     [ https://issues.apache.org/jira/browse/BCEL-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sam Yoon updated BCEL-277:
--------------------------
    Attachment: patch

> Resolve constant to a string representation occur NoSuchElementException in case CONSTANT_NameAndType constant.
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: BCEL-277
>                 URL: https://issues.apache.org/jira/browse/BCEL-277
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Main
>    Affects Versions: 6.0
>            Reporter: Sam Yoon
>         Attachments: patch
>
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)