Charles Honton created BCEL-221:
-----------------------------------

             Summary: 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


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
(v6.3.4#6332)

Reply via email to