Workbook workbook = new Workbook();
本地开发使用new workbook()会报下面这种错误是什么原因呢
java.lang.VerifyError: Inconsistent stackmap frames at branch target 42
Exception Details:
Location:
com/grapecity/documents/excel/p/b/ab.c(Lcom/grapecity/documents/excel/p/b/y;Ljava/util/ArrayList;)V @42: aload_1
Reason:
Type top (current frame, locals[0]) is not assignable to 'com/grapecity/documents/excel/p/b/ab' (stack map, locals[0])
Current Frame:
bci: @75
flags: { }
locals: { top, 'com/grapecity/documents/excel/p/b/y', 'java/util/ArrayList' }
stack: { integer }
Stackmap Frame:
bci: @42
flags: { }
locals: { 'com/grapecity/documents/excel/p/b/ab', 'com/grapecity/documents/excel/p/b/y', 'java/util/ArrayList' }
stack: { }
Bytecode:
0x0000000: 2ab6 1547 9a00 2613 02c5 131a 3613 1a37
0x0000010: 2a05 bd02 ff59 032b 5359 042c 53b8 154f
0x0000020: 59b8 1554 9a00 0557 b157 2bb6 0827 9900
0x0000030: 432b b608 2ab2 0429 b815 719a 0006 a700
0x0000040: 332b b608 2ab2 0420 b815 719a ffdf 2bb8
0x0000050: 0735 4e2d c600 1a2d b404 079e ffcf 2db4
0x0000060: 0408 9d00 06a7 ffc5 2c2d b608 ee57 a7ff
0x0000070: bcb1
Stackmap Table:
same_locals_1_stack_item_frame(@41,Object[#767])
same_frame(@42)
full_frame(@65,{Top,Object[#731],Object[#776]},{})
append_frame(@104,Object[#670])
chop_frame(@110,1)
chop_frame(@113,3)
at com.grapecity.documents.excel.Workbook.<init>(Unknown Source)
at com.grapecity.documents.excel.Workbook.<init>(Unknown Source)
|