Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +4 −1 Original line number Diff line number Diff line Loading @@ -1021,7 +1021,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { nextLevelCheck = nlc } } else if (o.eIsProxy) { nextLevelCheck.remove(o); var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.remove(o) nextLevelCheck = nlc } } } while (nextLevelCheck != null && !nextLevelCheck.empty) Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +4 −1 Original line number Diff line number Diff line Loading @@ -1021,7 +1021,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { nextLevelCheck = nlc } } else if (o.eIsProxy) { nextLevelCheck.remove(o); var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.remove(o) nextLevelCheck = nlc } } } while (nextLevelCheck != null && !nextLevelCheck.empty) Loading