#731 AS2 decompilation problem fixed

This commit is contained in:
honfika@gmail.com
2014-11-29 16:20:08 +01:00
parent 3d092df4ef
commit 87611fabbc
6 changed files with 69 additions and 17 deletions

View File

@@ -3,16 +3,12 @@ package com.jpexs.decompiler.flash;
import com.jpexs.helpers.FileHashMap;
import java.io.File;
import java.io.FileNotFoundException;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.testng.Assert;
import org.testng.annotations.Test;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.assertNull;
import static org.testng.Assert.assertTrue;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.fail;
import org.testng.annotations.Test;
/**