Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +2 −0 Original line number Diff line number Diff line Loading @@ -1022,6 +1022,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } else { var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.remove(o) nlc.addAll(o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc)) nextLevelCheck = nlc } Loading @@ -1042,6 +1043,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } else { var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.remove(o) nlc.addAll(o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc)) nextLevelCheck = nlc } Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +2 −0 Original line number Diff line number Diff line Loading @@ -1022,6 +1022,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } else { var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.remove(o) nlc.addAll(o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc)) nextLevelCheck = nlc } Loading @@ -1042,6 +1043,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } else { var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.remove(o) nlc.addAll(o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc)) nextLevelCheck = nlc } Loading