decompiler: map dummy return line to the method closing bracket
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user