Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/common/TTCN3ScopeHelper.xtend +1 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,7 @@ class TTCN3ScopeHelper { list.addAll(type.defs) //DONE: this should be only for arrays -> handle separately } else if (type instanceof NestedRecordOfDef) { list.addAll(type.nestedFields.map[it as FieldReference]) //TODO: handle? -> separate in exceptional cases } else if (type instanceof NestedSetOfDef) { //TODO: handle? -> separate in exceptional cases Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/common/TTCN3ScopeHelper.xtend +1 −0 Original line number Diff line number Diff line Loading @@ -548,6 +548,7 @@ class TTCN3ScopeHelper { list.addAll(type.defs) //DONE: this should be only for arrays -> handle separately } else if (type instanceof NestedRecordOfDef) { list.addAll(type.nestedFields.map[it as FieldReference]) //TODO: handle? -> separate in exceptional cases } else if (type instanceof NestedSetOfDef) { //TODO: handle? -> separate in exceptional cases Loading