Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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
Attachments
Issue Links
- is duplicated by
-
BCEL-219 Make org.apache.bcel.classfile.ConstantPool.ConstantPool(DataInput) public
- Closed