-
Bug
-
Resolution: Fixed
-
P3
-
asm_tools_7.0, asm_tools_8.0
-
None
jdis should generate:
if there is the option -g:
var index #name_index:#descriptor_index
var 0 #50:#51; // this:"Lconditional001;"
otherwise if -lv option (Print the LocalVariableTable attribute) is used then:
var 0 this:"Lconditional001;"
jasm should be able to parse these statements.
if there is the option -g:
var index #name_index:#descriptor_index
var 0 #50:#51; // this:"Lconditional001;"
otherwise if -lv option (Print the LocalVariableTable attribute) is used then:
var 0 this:"Lconditional001;"
jasm should be able to parse these statements.
- blocks
-
CODETOOLS-7903458 Umbrella: Preparations for switching to Asmtools 8.0
-
- In Progress
-