Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +6 −0 Original line number Diff line number Diff line Loading @@ -1052,6 +1052,12 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { nlc.addAll(nextLevelCheck) nlc.remove(o) nextLevelCheck = nlc } else { //handle other cases? 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 +6 −0 Original line number Diff line number Diff line Loading @@ -1052,6 +1052,12 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { nlc.addAll(nextLevelCheck) nlc.remove(o) nextLevelCheck = nlc } else { //handle other cases? var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.remove(o) nextLevelCheck = nlc } } } while (nextLevelCheck != null && !nextLevelCheck.empty) Loading