decompiler: for now disabled line numbers in inner classes

This commit is contained in:
Egor.Ushakov
2014-10-10 13:56:36 +04:00
parent e0f22e6629
commit 7bb0f5ba7e
3 changed files with 28 additions and 20 deletions

View File

@@ -805,7 +805,7 @@ public class ClassWriter {
}
//TODO: for now only start line set
buffer.setCurrentLine(startLine);
buffer.setCurrentLine(startLine-1);
buffer.append('{').appendLineSeparator();
RootStatement root = wrapper.getMethodWrapper(mt.getName(), mt.getDescriptor()).root;