decompiler: major line numbers fixes

This commit is contained in:
Egor.Ushakov
2014-12-25 21:36:19 +03:00
parent 4a6a658b4c
commit 4ee8ad716d
49 changed files with 1124 additions and 142 deletions

View File

@@ -5,6 +5,17 @@ public class TestClassFields {
private static String[] names = new String[]{"name1", "name2"};
static {
sizes = new int[names.length];
sizes = new int[names.length];// 26
}
}
class 'pkg/TestClassFields' {
method '<clinit> ()V' {
11 7
14 7
17 7
}
}
Lines mapping:
26 <-> 8