Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/NamingConventionsValidator.xtend +16 −14 Original line number Diff line number Diff line Loading @@ -235,6 +235,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator { regExp = activeProfile.namingConventionsConfig.componentInstanceRegExp message = "ComponentInstance" } else { if (activeProfile.checkNamingConventions) { if (refType.name == null) { TTCN3StatisticsProvider.getInstance.increaseCountNaming val INode node = NodeModelUtils.getNode(variable) Loading @@ -250,6 +251,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator { LogLevel.INFORMATION.toString ); } } regExp = activeProfile.namingConventionsConfig.variableRegExp message = "Variable" } Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/NamingConventionsValidator.xtend +16 −14 Original line number Diff line number Diff line Loading @@ -235,6 +235,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator { regExp = activeProfile.namingConventionsConfig.componentInstanceRegExp message = "ComponentInstance" } else { if (activeProfile.checkNamingConventions) { if (refType.name == null) { TTCN3StatisticsProvider.getInstance.increaseCountNaming val INode node = NodeModelUtils.getNode(variable) Loading @@ -250,6 +251,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator { LogLevel.INFORMATION.toString ); } } regExp = activeProfile.namingConventionsConfig.variableRegExp message = "Variable" } Loading