gui: add type and access info to classes tree

This commit is contained in:
Skylot
2013-07-26 23:04:42 +04:00
parent fa097cc6b2
commit 67eb55a95d
16 changed files with 193 additions and 45 deletions
@@ -12,7 +12,6 @@ public class JadxCLI {
JadxArgs jadxArgs = new JadxArgs(args, true);
Decompiler jadx = new Decompiler(jadxArgs);
jadx.processAndSaveAll();
LOG.info("done");
System.exit(jadx.getErrorsCount());
}
}