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

@@ -9,7 +9,7 @@ public class TestSynchronizedMapping {
public void test2(String var1) {
System.out.println(var1);// 14
}
}// 15
}
class 'pkg/TestSynchronizedMapping' {
@@ -22,6 +22,7 @@ class 'pkg/TestSynchronizedMapping' {
method 'test2 (Ljava/lang/String;)V' {
0 10
4 10
7 11
}
}
@@ -29,3 +30,6 @@ Lines mapping:
8 <-> 5
9 <-> 6
14 <-> 11
15 <-> 12
Not mapped:
10