Commit e4d72f4b authored by Daniel Honsel's avatar Daniel Honsel
Browse files

minor improvements

parent 0f3180cc
Loading
Loading
Loading
Loading
+16 −14
Original line number Diff line number Diff line
@@ -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)
@@ -250,6 +251,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator {
							LogLevel.INFORMATION.toString
						);	
					}
				}			
				regExp = activeProfile.namingConventionsConfig.variableRegExp
				message = "Variable"
			}