Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +4 −0 Original line number Diff line number Diff line Loading @@ -1019,6 +1019,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { nextLevelCheck = null; } } } else if (o.eIsProxy) { if (nextLevelCheck.last.equals(o)) { nextLevelCheck = null; } } } } while (nextLevelCheck != null && !nextLevelCheck.empty) Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +4 −0 Original line number Diff line number Diff line Loading @@ -1019,6 +1019,10 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { nextLevelCheck = null; } } } else if (o.eIsProxy) { if (nextLevelCheck.last.equals(o)) { nextLevelCheck = null; } } } } while (nextLevelCheck != null && !nextLevelCheck.empty) Loading