Loading de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/TTCN3Validator.xtend +3 −0 Original line number Diff line number Diff line Loading @@ -563,6 +563,9 @@ class TTCN3Validator extends AbstractTTCN3Validator { @Check def checkNoAllKeywordInPortDefinitions(PortDef port) { if (!activeProfile.checkNoAllKeywordInPortDefinitions) return; val INode node = NodeModelUtils.getNode(port) var allIsUsed = false; val procOrTypeList = port.body.attribs.getAllContentsOfType(ProcOrTypeList) Loading Loading
de.ugoe.cs.swe.TTCN3/src/de/ugoe/cs/swe/validation/TTCN3Validator.xtend +3 −0 Original line number Diff line number Diff line Loading @@ -563,6 +563,9 @@ class TTCN3Validator extends AbstractTTCN3Validator { @Check def checkNoAllKeywordInPortDefinitions(PortDef port) { if (!activeProfile.checkNoAllKeywordInPortDefinitions) return; val INode node = NodeModelUtils.getNode(port) var allIsUsed = false; val procOrTypeList = port.body.attribs.getAllContentsOfType(ProcOrTypeList) Loading