diff --git a/trunk/build.xml b/trunk/build.xml
index 6775ec079..0af929a68 100644
--- a/trunk/build.xml
+++ b/trunk/build.xml
@@ -9,7 +9,8 @@
-
+
+
diff --git a/trunk/build_common.xml b/trunk/build_common.xml
index b99da6da2..eff39e06a 100644
--- a/trunk/build_common.xml
+++ b/trunk/build_common.xml
@@ -43,8 +43,9 @@
-
+
@@ -63,7 +64,7 @@
-
+
diff --git a/trunk/src/com/jpexs/decompiler/flash/Configuration.java b/trunk/src/com/jpexs/decompiler/flash/Configuration.java
index c1e6fd42c..681210b31 100644
--- a/trunk/src/com/jpexs/decompiler/flash/Configuration.java
+++ b/trunk/src/com/jpexs/decompiler/flash/Configuration.java
@@ -123,10 +123,12 @@ public class Configuration {
config.putAll(map);
}
+ @SuppressWarnings("unchecked")
public static void loadFromFile(String file, String replacementsFile) {
ObjectInputStream ois = null;
try {
ois = new ObjectInputStream(new FileInputStream(file));
+
config = (HashMap) ois.readObject();
} catch (FileNotFoundException ex) {
} catch (ClassNotFoundException cnf) {
diff --git a/trunk/src/com/jpexs/decompiler/flash/SWF.java b/trunk/src/com/jpexs/decompiler/flash/SWF.java
index 8b2506ba4..8d3349584 100644
--- a/trunk/src/com/jpexs/decompiler/flash/SWF.java
+++ b/trunk/src/com/jpexs/decompiler/flash/SWF.java
@@ -1244,6 +1244,7 @@ public class SWF {
visited.add(ip);
List branches = ins.getBranches(code);
for (int b : branches) {
+ @SuppressWarnings("unchecked")
Stack brStack = (Stack) stack.clone();
if (b >= 0) {
getVariables(constantPool, localData, brStack, output, code, b, ip, variables, functions, visited);
diff --git a/trunk/src/com/jpexs/decompiler/flash/SWFInputStream.java b/trunk/src/com/jpexs/decompiler/flash/SWFInputStream.java
index af95049eb..165a2a304 100644
--- a/trunk/src/com/jpexs/decompiler/flash/SWFInputStream.java
+++ b/trunk/src/com/jpexs/decompiler/flash/SWFInputStream.java
@@ -529,6 +529,7 @@ public class SWFInputStream extends InputStream {
return readActionList(listeners, address, containerSWFOffset, rri, version, rri.getPos(), rri.getPos() + maxlen);
}
+ @SuppressWarnings("unchecked")
private static void getConstantPool(List listeners, ConstantPool cpool, List