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

@@ -6,7 +6,7 @@ public class TestClassFields {
static {
sizes = new int[names.length];// 26
}
}// 27
}
class 'pkg/TestClassFields' {
@@ -14,8 +14,12 @@ class 'pkg/TestClassFields' {
11 7
14 7
17 7
1a 8
}
}
Lines mapping:
26 <-> 8
27 <-> 9
Not mapped:
25