Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +7 −1 Original line number Diff line number Diff line Loading @@ -225,6 +225,12 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } } @Check def checkInlineTemplates() { //TODO: implement this //TODO: configuration for this check } private def <T extends EObject> int nestingDepth(EObject o, Class<T> t) { var depth = -1 var parent = o Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/CodeStyleValidator.xtend +7 −1 Original line number Diff line number Diff line Loading @@ -225,6 +225,12 @@ class CodeStyleValidator extends AbstractDeclarativeValidator { } } @Check def checkInlineTemplates() { //TODO: implement this //TODO: configuration for this check } private def <T extends EObject> int nestingDepth(EObject o, Class<T> t) { var depth = -1 var parent = o Loading