mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-27 22:04:46 +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
@@ -71,6 +71,7 @@ public class RecompileTest extends FileTestBase {
|
||||
try {
|
||||
try ( FileInputStream fis = new FileInputStream(filePath)) {
|
||||
Configuration._debugCopy.set(true);
|
||||
Configuration.autoRenameIdentifiers.set(false);
|
||||
SWF swf = new SWF(new BufferedInputStream(fis), false);
|
||||
swf.saveTo(new ByteArrayOutputStream());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user