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,13 +10,14 @@ public class TestClassNestedInitializer {
}
};// 22
System.out.println(var1.secret);// 23
}
}// 24
}
class 'pkg/TestClassNestedInitializer$1' {
method '<init> (Lpkg/TestClassNestedInitializer;)V' {
a 8
c 8
f 9
}
}
@@ -26,9 +27,11 @@ class 'pkg/TestClassNestedInitializer' {
9 11
d 11
10 11
13 12
}
}
Lines mapping:
22 <-> 11
23 <-> 12
24 <-> 13