AS3 decompile/edit: Vector initializers, improvements

This commit is contained in:
Jindra Petk
2014-05-08 08:47:09 +02:00
parent 3dbea63e48
commit 1061aa9900
33 changed files with 654 additions and 346 deletions

View File

@@ -120,6 +120,7 @@ public class RecompileTest {
@Test(dataProvider = "provideFiles")
public void testDirectEditing(String filename) throws IOException, InterruptedException, com.jpexs.decompiler.flash.abc.avm2.parser.ParseException, CompilationException {
Configuration.autoDeobfuscate.set(false);
try{SWF swf = new SWF(new BufferedInputStream(new FileInputStream(TESTDATADIR + File.separator + filename)), false);
if (swf.fileAttributes.actionScript3) {
List<ABC> allAbcs = new ArrayList<>();