Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/NamingConventionsValidator.xtend +1 −0 Original line number Diff line number Diff line Loading @@ -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." Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/NamingConventionsValidator.xtend +1 −0 Original line number Diff line number Diff line Loading @@ -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." Loading