haco20292 / dex2jar

Automatically exported from code.google.com/p/dex2jar
0 stars 0 forks source link

AnalyzerException: Error at instruction 63: First argument: expected [Ljava/lang/Object;, but found [I #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Convert the attached classes.dex file using dex2jar-0.0.7.10
2. Step 1 produces the attached SudokuSolution.class file
3. Run CheckClassAdapter.verify() on the SudokuSolution.class file

What is the expected output? What do you see instead?
The verification fails with the following error:

org.objectweb.asm.tree.analysis.AnalyzerException: Error at instruction 63: 
First argument: expected [Ljava/lang/Object;, but found [I
    at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:290)
    at org.objectweb.asm.util.CheckClassAdapter.verify(CheckClassAdapter.java:224)
    at edu.ucdavis.cs.asmverifier.ASMVerify.main(ASMVerify.java:31)
Caused by: org.objectweb.asm.tree.analysis.AnalyzerException: First argument: 
expected [Ljava/lang/Object;, but found [I
    at org.objectweb.asm.tree.analysis.BasicVerifier.binaryOperation(BasicVerifier.java:301)
    at org.objectweb.asm.tree.analysis.Frame.execute(Frame.java:261)
    at org.objectweb.asm.tree.analysis.Analyzer.analyze(Analyzer.java:191)
    ... 2 more

Attached is the trace of the verification.

Original issue reported on code.google.com by gymaga...@gmail.com on 2 Aug 2011 at 12:17

Attachments: