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

@@ -10,16 +10,17 @@ public class TestThrowException {
this.r = new Runnable() {// 12
public void run() {
boolean var1 = true;// 15
}
}// 16
};
}
}
}// 18
}
class 'pkg/TestThrowException$1' {
method 'run ()V' {
0 11
1 11
2 12
}
}
@@ -29,6 +30,7 @@ class 'pkg/TestThrowException' {
c 7
11 7
1b 9
1e 15
}
}
@@ -37,3 +39,7 @@ Lines mapping:
10 <-> 8
12 <-> 10
15 <-> 12
16 <-> 13
18 <-> 16
Not mapped:
8