Supported Java version changed to 1.7

Unchecked warnings eliminated
This commit is contained in:
Jindra Pet��k
2013-06-02 22:03:03 +02:00
parent 201f9a40bd
commit 8b4308fd7f
23 changed files with 59 additions and 21 deletions
@@ -2160,6 +2160,7 @@ public class AVM2Code implements Serializable {
public boolean skipUsed = false;
}
@SuppressWarnings("unchecked")
private static int removeTraps(boolean secondPass, boolean useVisited, List<Object> localData, Stack<GraphTargetItem> stack, List<GraphTargetItem> output, AVM2GraphSource code, int ip, int lastIp, HashMap<Integer, Integer> visited, HashMap<Integer, HashMap<Integer, GraphTargetItem>> visitedStates, HashMap<GraphSourceItem, Decision> decisions) {
boolean debugMode = false;
int ret = 0;