java-decompiler: post-import cleanup (tests reorganized)

This commit is contained in:
Roman Shevchenko
2014-09-01 15:05:08 +04:00
parent 1a4e48d11d
commit 3854b67daa
24 changed files with 282 additions and 137 deletions

View File

@@ -133,7 +133,12 @@ public class ConsoleDecompiler implements IBytecodeProvider, IDecompilatSaver {
public void decompileContext(File root) {
this.root = root;
fernflower.decompileContext();
try {
fernflower.decompileContext();
}
finally {
fernflower.clearContext();
}
}
// *******************************************************************