Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +1 −0 Original line number Diff line number Diff line Loading @@ -882,6 +882,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { return true } // TODO: check next level functions private def ArrayList<TTCN3Reference> nextLevelFunctionsOrAltsteps(TTCN3Reference parent, ArrayList<TTCN3Reference> consideredAltOrFunc) { val ArrayList<TTCN3Reference> nextLevelCheck = newArrayList Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +1 −0 Original line number Diff line number Diff line Loading @@ -882,6 +882,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { return true } // TODO: check next level functions private def ArrayList<TTCN3Reference> nextLevelFunctionsOrAltsteps(TTCN3Reference parent, ArrayList<TTCN3Reference> consideredAltOrFunc) { val ArrayList<TTCN3Reference> nextLevelCheck = newArrayList Loading