Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +1 −1 Original line number Diff line number Diff line Loading @@ -1020,7 +1020,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } } } } while (nextLevelCheck != null || !nextLevelCheck.empty) } while (nextLevelCheck != null && !nextLevelCheck.empty) return false } Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +1 −1 Original line number Diff line number Diff line Loading @@ -1020,7 +1020,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } } } } while (nextLevelCheck != null || !nextLevelCheck.empty) } while (nextLevelCheck != null && !nextLevelCheck.empty) return false } Loading