You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2019/03/01 20:23:00 UTC

[jira] [Updated] (BCEL-221) BCELifier is not working for Java8Example

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

Sebb updated BCEL-221:
----------------------
    Assignee:     (was: Sebb)

> BCELifier is not working for Java8Example
> -----------------------------------------
>
>                 Key: BCEL-221
>                 URL: https://issues.apache.org/jira/browse/BCEL-221
>             Project: Commons BCEL
>          Issue Type: Bug
>          Components: Verifier
>    Affects Versions: 6.0
>            Reporter: Charles Honton
>            Priority: Major
>
> org.apache.bcel.util.BCELifier Java8Example fails:
> Exception in thread "main" org.apache.bcel.classfile.ClassFormatException: Constant pool at index 0 is null.
> 	at org.apache.bcel.classfile.ConstantPool.getConstant(ConstantPool.java:259)
> 	at org.apache.bcel.classfile.ConstantPool.getConstantString(ConstantPool.java:294)
> 	at org.apache.bcel.generic.FieldOrMethod.getClassName(FieldOrMethod.java:89)
> 	at org.apache.bcel.util.BCELFactory.visitInvokeInstruction(BCELFactory.java:162)
> 	at org.apache.bcel.generic.INVOKEDYNAMIC.accept(INVOKEDYNAMIC.java:117)
> 	at org.apache.bcel.util.BCELFactory.start(BCELFactory.java:101)
> 	at org.apache.bcel.util.BCELifier.visitMethod(BCELifier.java:181)
> 	at org.apache.bcel.classfile.Method.accept(Method.java:106)
> 	at org.apache.bcel.util.BCELifier.visitJavaClass(BCELifier.java:120)
> 	at org.apache.bcel.util.BCELifier.start(BCELifier.java:69)
> 	at org.apache.bcel.util.BCELifier.main(BCELifier.java:270)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)