decompiler: fixed line mapping for try-catch and nested classes
This commit is contained in:
@@ -187,7 +187,6 @@ public class CatchStatement extends Statement {
|
||||
tracer.incrementCurrentSourceLine();
|
||||
buf.append(ExprProcessor.jmpWrapper(stats.get(i), indent + 1, true, tracer)).append(indstr)
|
||||
.append("}");
|
||||
tracer.incrementCurrentSourceLine();
|
||||
}
|
||||
buf.append(new_line_separator);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user