mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-22 20:25:51 +00:00
Fixed #2093 AS3 Unnecessary use of fully qualified names for classes in same package
This commit is contained in:
committed by
Jindra Petřík
parent
e971f6b928
commit
b32006a23f
@@ -46,6 +46,7 @@ public class ActionScript2Test extends ActionScript2TestBase {
|
||||
Configuration.simplifyExpressions.set(false);
|
||||
Configuration.decompile.set(true);
|
||||
Configuration.registerNameFormat.set("_loc%d_");
|
||||
Configuration.autoRenameIdentifiers.set(false);
|
||||
swf = new SWF(new BufferedInputStream(new FileInputStream("testdata/as2/as2.swf")), false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user