Update CFR and Fernflower
This commit is contained in:
parent
a81ca87cb1
commit
a9e69505d4
4 changed files with 1 additions and 1 deletions
Binary file not shown.
BIN
libs/fernflower-2016.jar
Normal file
BIN
libs/fernflower-2016.jar
Normal file
Binary file not shown.
Binary file not shown.
|
@ -195,7 +195,7 @@ public class CFRDecompiler extends Decompiler {
|
||||||
e1.analyseTop(dcCommonState);
|
e1.analyseTop(dcCommonState);
|
||||||
TypeUsageCollector collectingDumper = new TypeUsageCollector(e1);
|
TypeUsageCollector collectingDumper = new TypeUsageCollector(e1);
|
||||||
e1.collectTypeUsages(collectingDumper);
|
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);
|
e1.dump(d);
|
||||||
d.print("\n");
|
d.print("\n");
|
||||||
d.print("\n");
|
d.print("\n");
|
||||||
|
|
Loading…
Reference in a new issue