decompiler: map dummy return line to the method closing bracket

This commit is contained in:
Egor.Ushakov
2015-03-24 17:56:33 +03:00
parent 07e1d66a53
commit 500f8b12d8
34 changed files with 565 additions and 128 deletions

View File

@@ -11,7 +11,7 @@ public abstract class TestAbstractMethods {
public void test2(String var1) {
System.out.println(var1);// 17
}
}// 18
}
class 'pkg/TestAbstractMethods' {
@@ -22,9 +22,11 @@ class 'pkg/TestAbstractMethods' {
method 'test2 (Ljava/lang/String;)V' {
0 12
4 12
7 13
}
}
Lines mapping:
11 <-> 7
17 <-> 13
18 <-> 14