You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Maxim Degtyarev (JIRA)" <ji...@apache.org> on 2014/09/30 02:56:33 UTC

[jira] [Created] (BCEL-180) Enable loading ConstantPool from a byte array

Maxim Degtyarev created BCEL-180:
------------------------------------

             Summary: Enable loading ConstantPool from a byte array
                 Key: BCEL-180
                 URL: https://issues.apache.org/jira/browse/BCEL-180
             Project: Commons BCEL
          Issue Type: Improvement
            Reporter: Maxim Degtyarev


In some cases such as JDI API we have the class constant pool content only in form of separate byte array. Currently there is no way to load constant pool from byte array.

The proposed patch add new factory method decodeConstantPool() to the org.apache.bcel.classfile.Utility class that allow loading ConstantPool from byte array representation.

GitHub pull request: https://github.com/apache/commons-bcel/pull/1



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