Skip to content
  • andrei's avatar
    Eric Bruneton have completely rewritten the bco.asm · d93f7883
    andrei authored
    package, which now works with ASM 2.0: the
    decompiler visitor inserts hidden indexes into the text produced by
    another visitor to compute the mappings between source and bytecode
    lines, and no longer uses the tree package to find local variable
    names (but uses it for the verifier). So the "link with editor" now
    works in ASMifier mode, as well as the new "verify" mode.
    I have fixed Eric's implementation of some Eclipse specific issues, build.xml and added settings for eclipse project. Included asm jar's are with debug info and not optimized - for test/debug purposes.
    The overall state is "alpha". Code cleanup/fixinf/docu still needed.
    d93f7883