Changes between Version 1 and Version 2 of Documentation/T3Q/Quality-Checks/Modularization-Containment


Ignore:
Timestamp:
05/08/11 20:19:12 (14 years ago)
Author:
phdmakk
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/T3Q/Quality-Checks/Modularization-Containment

    v1 v2  
    5959[[Include(source:trunk/t3q-examples/checkModuleParamsModuleContainmentCheck/checkModuleParamsModuleContainmentBad.ttcn3, text/x-rst)]] 
    6060 
    61 ==== Interface Module Must Contain Only Component and Port Definitions ==== 
     61==== Interface Module Must Contain Only Component, Port, and Type Definitions ==== 
    6262 - '''Symbolic Name in XML Configuration''': checkInterfaceModuleContainmentCheck 
    6363 - '''Dependant Tags in XML Configuration''': - 
    6464 
    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. 
     65Any 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. 
    6666 
    6767'''Example:'''