[
https://issues.apache.org/jira/browse/BCEL-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved BCEL-180.
-----------------------
Resolution: Fixed
Fix Version/s: 6.0
RL: http://svn.apache.org/r1692539
Log:
[BCEL-219] Make org.apache.bcel.classfile.ConstantPool.ConstantPool(DataInput)
public.
Modified:
commons/proper/bcel/trunk/src/changes/changes.xml
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantPool.java
> 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
> Fix For: 6.0
>
>
> 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 enable loading ConstantPool from custom DataInput stream
> by making ConstantPool(DataInput) constructor public.
> GitHub pull request: https://github.com/apache/commons-bcel/pull/1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)