@@ -238,7 +238,7 @@ public class NamingConventionsValidator extends AbstractDeclarativeValidator {
if (refType.name == null) {
val INode node = NodeModelUtils.getNode(variable)
val INode nodeType = NodeModelUtils.getNode(type)
val infoMessage = "The type declaration for \"" + nodeType.text + "\" 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."
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."