Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +8 −3 Original line number Diff line number Diff line Loading @@ -1020,7 +1020,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { if (o.isRunningOnSameComponent(parent) && o.runsOn.component.isReferencedComponentSpec(o)) { return true } else { nextLevelCheck = o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc) var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.addAll(o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc)) nextLevelCheck = nlc } } } else { Loading @@ -1037,7 +1040,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { if (o.isRunningOnSameComponent(parent) && o.spec.component.isReferencedComponentSpec(o)) { return true } else { nextLevelCheck = o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc) var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.addAll(o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc)) nextLevelCheck = nlc } } } else { Loading @@ -1061,7 +1067,6 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } } } while (nextLevelCheck != null && !nextLevelCheck.empty) return false } Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +8 −3 Original line number Diff line number Diff line Loading @@ -1020,7 +1020,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { if (o.isRunningOnSameComponent(parent) && o.runsOn.component.isReferencedComponentSpec(o)) { return true } else { nextLevelCheck = o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc) var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.addAll(o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc)) nextLevelCheck = nlc } } } else { Loading @@ -1037,7 +1040,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { if (o.isRunningOnSameComponent(parent) && o.spec.component.isReferencedComponentSpec(o)) { return true } else { nextLevelCheck = o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc) var ArrayList<TTCN3Reference> nlc = new ArrayList<TTCN3Reference>() nlc.addAll(nextLevelCheck) nlc.addAll(o.nextLevelFunctionsOrAltsteps(consideredAltOrFunc)) nextLevelCheck = nlc } } } else { Loading @@ -1061,7 +1067,6 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } } } while (nextLevelCheck != null && !nextLevelCheck.empty) return false } Loading