#101 AS1/2 loop fix

This commit is contained in:
Jindra Petk
2013-06-09 19:55:00 +02:00
parent 1483379b85
commit 963ff4a06f
3 changed files with 7 additions and 4 deletions

View File

@@ -1090,9 +1090,9 @@ public class Action implements GraphSourceItem {
output2.add(new ClassTreeItem(className, extendsOp, implementsOp, functions, vars, staticFunctions, staticVars));
return output2;
}
if (parts.get(pos) instanceof PopTreeItem) {
pos++;
}
/*if (parts.get(pos) instanceof PopTreeItem) {
pos++;
}*/
if (parts.size() <= pos) {
ok = false;
break;