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

@@ -16,7 +16,7 @@ public class TestClassVar {
}
}
}
}// 37
public Long testFieldSSAU1() {
return new Long((long)(this.field_int++));// 40
@@ -36,7 +36,7 @@ public class TestClassVar {
}
}
}
}// 58
}
class 'pkg/TestClassVar' {
@@ -50,6 +50,7 @@ class 'pkg/TestClassVar' {
20 11
26 12
29 12
34 18
}
method 'testFieldSSAU1 ()Ljava/lang/Long;' {
@@ -69,6 +70,7 @@ class 'pkg/TestClassVar' {
1c 33
1f 34
22 34
28 38
}
}
@@ -77,6 +79,7 @@ Lines mapping:
29 <-> 10
32 <-> 12
33 <-> 13
37 <-> 19
40 <-> 22
45 <-> 26
47 <-> 28
@@ -84,3 +87,6 @@ Lines mapping:
51 <-> 30
54 <-> 34
55 <-> 35
58 <-> 39
Not mapped:
57