jasm/jdis: implement support of The LocalVariableTable Attribute

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • asm_tools_8.0
    • Affects Version/s: asm_tools_7.0, asm_tools_8.0
    • Component/s: tools
    • 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.

            Assignee:
            Leonid Kuskov
            Reporter:
            Leonid Kuskov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: