Changes between Version 1 and Version 2 of Documentation/T3Q/Quality-Checks/Modularization-Containment
- Timestamp:
- 05/08/11 20:19:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/T3Q/Quality-Checks/Modularization-Containment
v1 v2 59 59 [[Include(source:trunk/t3q-examples/checkModuleParamsModuleContainmentCheck/checkModuleParamsModuleContainmentBad.ttcn3, text/x-rst)]] 60 60 61 ==== Interface Module Must Contain Only Component and PortDefinitions ====61 ==== Interface Module Must Contain Only Component, Port, and Type Definitions ==== 62 62 - '''Symbolic Name in XML Configuration''': checkInterfaceModuleContainmentCheck 63 63 - '''Dependant Tags in XML Configuration''': - 64 64 65 Any module that contains the substring ''Interface'' in its name will be analyzed. Similar to the other module restrictions, only component and port type definitions are permitted within such a module. The example below illustrates a module which will produce warnings if this quality check is enabled.65 Any module that contains the substring ''Interface'' in its name will be analyzed. Similar to the other module restrictions, only component, port, and type definitions are permitted within such a module (or generally speaking any type definition). The example below illustrates a module which will produce warnings if this quality check is enabled. 66 66 67 67 '''Example:'''