decompiler: track lines in anonymous classes as well

This commit is contained in:
Egor.Ushakov
2014-10-13 12:25:41 +04:00
parent 7bb0f5ba7e
commit 46c36636bc
29 changed files with 287 additions and 196 deletions

View File

@@ -814,7 +814,7 @@ public class ClassWriter {
try {
tracer.incrementCurrentSourceLine(buffer.count(lineSeparator, start_index_method));
String code = root.toJava(indent + 1, tracer);
TextBuffer code = root.toJava(indent + 1, tracer);
hideMethod = (clinit || dinit || hideConstructor(wrapper, init, throwsExceptions, paramCount)) && code.length() == 0;