Commit 742d29f7 authored by Daniel Honsel's avatar Daniel Honsel
Browse files

fixed count of naming issues

parent 37db1a65
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -236,6 +236,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator {
				message = "ComponentInstance"
			} else {
				if (refType.name == null) {
					TTCN3StatisticsProvider.getInstance.increaseCountNaming
					val INode node = NodeModelUtils.getNode(variable)
					val INode nodeType = NodeModelUtils.getNode(type)
					val infoMessage = "The type declaration for \"" + nodeType.text.trim + "\" could not be resolved. It cannot be determined whether the variable instances of this type are component instances. They will be treated as variable instances."