Changes between Initial Version and Version 1 of Documentation/T3Q/Quality-Checks/Module-Size


Ignore:
Timestamp:
06/03/10 15:59:46 (15 years ago)
Author:
zeiss
Comment:

Importing pages from "/var/lib/svn/trac/etsicheck2" using WikiImport plugin.

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/T3Q/Quality-Checks/Module-Size

    v1 v1  
     1=== Module Size === 
     2 
     3 - '''Symbolic Name in XML Configuration''': checkModuleSize 
     4 - '''Dependant Tags in XML Configuration''': maximumAllowedModuleSizeInBytes 
     5 
     6This check tests whether modules exceed a given reference size (specified by the '''maximumAllowedModuleSizeInBytes''' configuration entry). The size as the tag suggests specifies the maximum allowed module size in bytes. The default reference size is 10000 bytes (~10KB).  
     7 
     8Note that the module size is the subject of analysis and not the file size (accounting for the fact that there may be multiple modules defined within the same file as well). Thus, this quality check may not be violated, even if a file exceeds the maximum allowed size, if there are multiple smaller modules defined within that file, which do not themselves violate the maximum allowed size constraint. 
     9