Alexander Kriegisch created BCEL-362:
----------------------------------------
Summary: Handling for Constants.CONSTANT_Dynamic is missing in
class ConstantPool
Key: BCEL-362
URL: https://issues.apache.org/jira/browse/BCEL-362
Project: Commons BCEL
Issue Type: Bug
Reporter: Alexander Kriegisch
When looking at the switch-case statement around
https://github.com/apache/commons-bcel/blob/5165671d2bc4bed17918051f1689ee5fd4c3425a/src/main/java/org/apache/bcel/classfile/ConstantPool.java#L179-L184,
it seems as if {{case Constants.CONSTANT_Dynamic}} and a corresponding
{{addConstantDynamic(index1, index2)}} method are missing. When using BCEL in
order to parse class files using condy, like JaCoCo creates them, this causes
errors.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)