Issue #68 binary data export, assigning names to characters via SymbolClass tag

This commit is contained in:
Jindra Petk
2013-04-20 14:00:59 +02:00
parent 3e0eb0fe48
commit f6b3c559f0
10 changed files with 126 additions and 19 deletions

View File

@@ -1019,7 +1019,7 @@ public class Graph {
checkContinueAtTheEnd(retw, whileTrueLoop);
List<GraphTargetItem> finalCommands = forFinalCommands.get(whileTrueLoop);
IfItem ifi = null;
if ((finalCommands!=null) && !finalCommands.isEmpty()) {
if ((finalCommands != null) && !finalCommands.isEmpty()) {
if (finalCommands.get(finalCommands.size() - 1) instanceof IfItem) {
ifi = (IfItem) finalCommands.get(finalCommands.size() - 1);
finalCommands.remove(finalCommands.size() - 1);