Commit 30ad83c2 authored by Daniel Honsel's avatar Daniel Honsel
Browse files

disabled information about not resolved types

parent 1fc75e6f
Loading
Loading
Loading
Loading
+3 −1
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
@@ -252,6 +253,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator {
						);	
					}
				}	
				*/		
				regExp = activeProfile.namingConventionsConfig.variableRegExp
				message = "Variable"
			}