Update CFR and Fernflower

This commit is contained in:
afffsdd 2016-03-12 19:07:47 -05:00
parent a81ca87cb1
commit a9e69505d4
4 changed files with 1 additions and 1 deletions

BIN
libs/fernflower-2016.jar Normal file

Binary file not shown.

Binary file not shown.

View File

@ -195,7 +195,7 @@ public class CFRDecompiler extends Decompiler {
e1.analyseTop(dcCommonState);
TypeUsageCollector collectingDumper = new TypeUsageCollector(e1);
e1.collectTypeUsages(collectingDumper);
d = new FileDumper(output.toAbsolutePath().toString(), e1.getClassType(), summaryDumper, collectingDumper.getTypeUsageInformation(), options, illegalIdentifierDump);
d = new FileDumper(output.toAbsolutePath().toString(), true, e1.getClassType(), summaryDumper, collectingDumper.getTypeUsageInformation(), options, illegalIdentifierDump);
e1.dump(d);
d.print("\n");
d.print("\n");