Project

General

Profile

Actions

Task #38744

closed

Fix CGL violations against TYPO3.WhiteSpace.AsteriksWhitespaces

Added by Andy Grunwald almost 12 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Code Cleanup
Target version:
Start date:
2012-07-08
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:

Description


FILE: ...ald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_basicfilefunc.php
--------------------------------------------------------------------------------
FOUND 15 ERROR(S) AFFECTING 15 LINE(S)
--------------------------------------------------------------------------------
 69 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | $mounts[xx][path] = (..a mounted path..)" found "*        
    |       | $mounts[xx][path] = (..a mounted path..)" 
 70 | ERROR | Whitespace must be added after single asteriks expected "*      the
    |       | 'xx'-keys is just numerical from zero. There are also a [name]
    |       | and [type] value that just denotes the mountname and type. Not
    |       | used for athentication here." found "*     the 'xx'-keys is just
    |       | numerical from zero. There are also a [name] and [type] value
    |       | that just denotes the mountname and type. Not used for
    |       | athentication here." 
 71 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | $this->mounts is traversed in the function
    |       | checkPathAgainstMounts($thePath), and it is checked that $thePath
    |       | is actually below one of the mount-paths" found "*     $this->mounts
    |       | is traversed in the function checkPathAgainstMounts($thePath),
    |       | and it is checked that $thePath is actually below one of the
    |       | mount-paths" 
 72 | ERROR | Whitespace must be added after single asteriks expected "*      The
    |       | mountpaths are with a trailing '/'. $thePath must be with a
    |       | trailing '/' also!" found "*     The mountpaths are with a trailing
    |       | '/'. $thePath must be with a trailing '/' also!" 
 73 | ERROR | Whitespace must be added after single asteriks expected "*      As
    |       | you can see, $this->mounts is very critical! This is the array
    |       | that decides where the user will be allowed to copy files!!" 
    |       | found "*     As you can see, $this->mounts is very critical! This is
    |       | the array that decides where the user will be allowed to copy
    |       | files!!" 
 76 | ERROR | Whitespace must be added after single asteriks expected "*      A
    |       | typical example of the array $f_ext is this:" found "*     A typical
    |       | example of the array $f_ext is this:" 
 77 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | $f_ext['webspace']['allow']='';" found "*        
    |       | $f_ext['webspace']['allow']='';" 
 78 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | $f_ext['webspace']['deny']= PHP_EXTENSIONS_DEFAULT;" found "*        
    |       | $f_ext['webspace']['deny']= PHP_EXTENSIONS_DEFAULT;" 
 79 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | $f_ext['ftpspace']['allow']='*';" found "*        
    |       | $f_ext['ftpspace']['allow']='*';" 
 80 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | $f_ext['ftpspace']['deny']='';" found "*        
    |       | $f_ext['ftpspace']['deny']='';" 
 81 | ERROR | Whitespace must be added after single asteriks expected "*      The
    |       | control of fileextensions goes in two catagories. Webspace and
    |       | Ftpspace. Webspace is folders accessible from a webbrowser (below
    |       | TYPO3_DOCUMENT_ROOT) and ftpspace is everything else." found "*    
    |       | The control of fileextensions goes in two catagories. Webspace
    |       | and Ftpspace. Webspace is folders accessible from a webbrowser
    |       | (below TYPO3_DOCUMENT_ROOT) and ftpspace is everything else." 
 82 | ERROR | Whitespace must be added after single asteriks expected "*      The
    |       | control is done like this: If an extension matches 'allow' then
    |       | the check returns TRUE. If not and an extension matches 'deny'
    |       | then the check return FALSE. If no match at all, returns TRUE." 
    |       | found "*     The control is done like this: If an extension matches
    |       | 'allow' then the check returns TRUE. If not and an extension
    |       | matches 'deny' then the check return FALSE. If no match at all,
    |       | returns TRUE." 
 83 | ERROR | Whitespace must be added after single asteriks expected "*      You
    |       | list extensions comma-separated. If the value is a '*' every
    |       | extension is allowed" found "*     You list extensions
    |       | comma-separated. If the value is a '*' every extension is
    |       | allowed" 
 84 | ERROR | Whitespace must be added after single asteriks expected "*      The
    |       | list is case-insensitive when used in this class (see init())" 
    |       | found "*     The list is case-insensitive when used in this class
    |       | (see init())" 
 88 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | $basicff->init($GLOBALS['FILEMOUNTS'],$GLOBALS['TYPO3_CONF_VARS']['BE']['fileExtensions']);" 
    |       | found "*    
    |       | $basicff->init($GLOBALS['FILEMOUNTS'],$GLOBALS['TYPO3_CONF_VARS']['BE']['fileExtensions']);" 
--------------------------------------------------------------------------------

FILE: ...unwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_beuserauth.php
--------------------------------------------------------------------------------
FOUND 4 ERROR(S) AFFECTING 4 LINE(S)
--------------------------------------------------------------------------------
 383 | ERROR | Whitespace must be added after single asteriks expected "*     +
     |       | backend user is a regular user and adminOnly is not defined" 
     |       | found "*    + backend user is a regular user and adminOnly is not
     |       | defined" 
 384 | ERROR | Whitespace must be added after single asteriks expected "*     +
     |       | backend user is an admin user" found "*    + backend user is an
     |       | admin user" 
 385 | ERROR | Whitespace must be added after single asteriks expected "*     +
     |       | backend user is used in CLI context and adminOnly is explicitely
     |       | set to "2"" found "*    + backend user is used in CLI context and
     |       | adminOnly is explicitely set to "2"" 
 386 | ERROR | Whitespace must be added after single asteriks expected "*     +
     |       | backend user is being controlled by an admin user" found "*    +
     |       | backend user is being controlled by an admin user" 
--------------------------------------------------------------------------------

FILE: ...runwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_cacheHash.php
--------------------------------------------------------------------------------
FOUND 2 ERROR(S) AFFECTING 2 LINE(S)
--------------------------------------------------------------------------------
 114 | ERROR | Whitespace must be added after single asteriks expected "*         
     |       | variable names (like id, type, no_cache etc.) and WITH a
     |       | variable, encryptionKey, specific" found "*         variable names
     |       | (like id, type, no_cache etc.) and WITH a variable,
     |       | encryptionKey, specific" 
 115 | ERROR | Whitespace must be added after single asteriks expected "*         
     |       | for this server/installation" found "*         for this
     |       | server/installation" 
--------------------------------------------------------------------------------

FILE: ...runwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_clipboard.php
--------------------------------------------------------------------------------
FOUND 11 ERROR(S) AFFECTING 11 LINE(S)
--------------------------------------------------------------------------------
 51 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | 'normal'" found "*     'normal'" 
 52 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | 'tab_[x]' where x is >=1 and denotes the pad-number" found "*    
    |       | 'tab_[x]' where x is >=1 and denotes the pad-number" 
 53 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | \    'mode'    :    'copy' means copy-mode, default = moving ('cut')" 
    |       | found "*     \    'mode'    :    'copy' means copy-mode, default = moving
    |       | ('cut')" 
 54 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | \    'el'    :    Array of elements:" found "*     \    'el'    :    Array of
    |       | elements:" 
 55 | ERROR | Whitespace must be added after single asteriks expected "*          DB:
    |       | keys = '[tablename]|[uid]'    eg. 'tt_content:123'" found "*         DB:
    |       | keys = '[tablename]|[uid]'    eg. 'tt_content:123'" 
 56 | ERROR | Whitespace must be added after single asteriks expected "*          DB:
    |       | values = 1 (basically insignificant)" found "*         DB: values = 1
    |       | (basically insignificant)" 
 57 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | FILE: keys = '_FILE|[shortmd5 of path]'    eg. '_FILE|9ebc7e5c74'" 
    |       | found "*         FILE: keys = '_FILE|[shortmd5 of path]'    eg.
    |       | '_FILE|9ebc7e5c74'" 
 58 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | FILE: values = The full filepath, eg.
    |       | '/www/htdocs/typo3/32/dummy/fileadmin/sem1_3_examples/alternative_index.php'" 
    |       | found "*         FILE: values = The full filepath, eg.
    |       | '/www/htdocs/typo3/32/dummy/fileadmin/sem1_3_examples/alternative_index.php'" 
 61 | ERROR | Whitespace must be added after single asteriks expected "*             
    |       | 'current' pointer to current tab (among the above...)" found
    |       | "*             'current' pointer to current tab (among the above...)" 
 62 | ERROR | Whitespace must be added after single asteriks expected "*             
    |       | '_setThumb'    boolean: If set, file thumbnails are shown." found
    |       | "*             '_setThumb'    boolean: If set, file thumbnails are shown." 
 64 | ERROR | Whitespace must be added after single asteriks expected "*          The
    |       | virtual tablename '_FILE' will always indicate files/folders.
    |       | When checking for elements from eg. 'all tables'" found "*         The
    |       | virtual tablename '_FILE' will always indicate files/folders.
    |       | When checking for elements from eg. 'all tables'" 
--------------------------------------------------------------------------------

FILE: ...s/andygrunwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_cs.php
--------------------------------------------------------------------------------
FOUND 7 ERROR(S) AFFECTING 7 LINE(S)
--------------------------------------------------------------------------------
  915 | ERROR | Whitespace must be added after single asteriks expected "*       1
      |       | |    7 | 0vvvvvvv" found "*      1 |    7 | 0vvvvvvv" 
  916 | ERROR | Whitespace must be added after single asteriks expected "*       2
      |       | |   11 | 110vvvvv 10vvvvvv" found "*      2 |   11 | 110vvvvv
      |       | 10vvvvvv" 
  917 | ERROR | Whitespace must be added after single asteriks expected "*       3
      |       | |   16 | 1110vvvv 10vvvvvv 10vvvvvv" found "*      3 |   16 |
      |       | 1110vvvv 10vvvvvv 10vvvvvv" 
  918 | ERROR | Whitespace must be added after single asteriks expected "*       4
      |       | |   21 | 11110vvv 10vvvvvv 10vvvvvv 10vvvvvv" found "*      4 |  
      |       | 21 | 11110vvv 10vvvvvv 10vvvvvv 10vvvvvv" 
  919 | ERROR | Whitespace must be added after single asteriks expected "*       5
      |       | |   26 | 111110vv 10vvvvvv 10vvvvvv 10vvvvvv 10vvvvvv" found
      |       | "*      5 |   26 | 111110vv 10vvvvvv 10vvvvvv 10vvvvvv 10vvvvvv" 
  920 | ERROR | Whitespace must be added after single asteriks expected "*       6
      |       | |   31 | 1111110v 10vvvvvv 10vvvvvv 10vvvvvv 10vvvvvv 10vvvvvv" 
      |       | found "*      6 |   31 | 1111110v 10vvvvvv 10vvvvvv 10vvvvvv
      |       | 10vvvvvv 10vvvvvv" 
 1740 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | see
      |       | http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4" 
      |       | found "*             see
      |       | http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.4" 
--------------------------------------------------------------------------------

FILE: .../andygrunwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_div.php
--------------------------------------------------------------------------------
FOUND 36 ERROR(S) AFFECTING 36 LINE(S)
--------------------------------------------------------------------------------
  167 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         Array or single value to write to $_GET. Values should NOT
      |       | be" found "*        Array or single value to write to $_GET. Values
      |       | should NOT be" 
  168 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         escaped at input time (but will be escaped before writing" 
      |       | found "*        escaped at input time (but will be escaped before
      |       | writing" 
  169 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         according to TYPO3 standards)." found "*        according to TYPO3
      |       | standards)." 
  171 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         Alternative key; If set, this will not set the WHOLE GET
      |       | array," found "*        Alternative key; If set, this will not set
      |       | the WHOLE GET array," 
  172 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         but only the key in it specified by this value!" found
      |       | "*        but only the key in it specified by this value!" 
  173 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         You can specify to replace keys on deeper array levels by" 
      |       | found "*        You can specify to replace keys on deeper array
      |       | levels by" 
  174 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         separating the keys with a pipe." found "*        separating the
      |       | keys with a pipe." 
  175 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         Example: 'parentKey|childKey' will result in" found
      |       | "*        Example: 'parentKey|childKey' will result in" 
  176 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         array('parentKey' => array('childKey' => $inputGet))" found
      |       | "*        array('parentKey' => array('childKey' => $inputGet))" 
  239 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | The function takes a file-reference, $theFile, and saves it
      |       | again through GD or ImageMagick in order to compress the file" 
      |       | found "*         The function takes a file-reference, $theFile, and
      |       | saves it again through GD or ImageMagick in order to compress
      |       | the file" 
  240 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | GIF:" found "*         GIF:" 
  241 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | If $type is not set, the compression is done with ImageMagick
      |       | (provided that
      |       | $GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path_lzw'] is pointing
      |       | to the path of a lzw-enabled version of 'convert') else with GD
      |       | (should be RLE-enabled!)" found "*         If $type is not set, the
      |       | compression is done with ImageMagick (provided that
      |       | $GLOBALS['TYPO3_CONF_VARS']['GFX']['im_path_lzw'] is pointing
      |       | to the path of a lzw-enabled version of 'convert') else with GD
      |       | (should be RLE-enabled!)" 
  242 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | If $type is set to either 'IM' or 'GD' the compression is done
      |       | with ImageMagick and GD respectively" found "*         If $type is
      |       | set to either 'IM' or 'GD' the compression is done with
      |       | ImageMagick and GD respectively" 
  243 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | PNG:" found "*         PNG:" 
  244 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | No changes." found "*         No changes." 
  246 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | $theFile is expected to be a valid GIF-file!" found "*        
      |       | $theFile is expected to be a valid GIF-file!" 
  247 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | The function returns a code for the operation." found "*         The
      |       | function returns a code for the operation." 
 1473 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                          if negative, all components except the last -limit are
      |       | returned," found "*                         if negative, all components except
      |       | the last -limit are returned," 
 1474 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                          if zero (default), the result is not limited at all" 
      |       | found "*                         if zero (default), the result is not limited at
      |       | all" 
 1505 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                          $limit elements, if negative, all components except" 
      |       | found "*                         $limit elements, if negative, all components
      |       | except" 
 1506 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                          the last -$limit are returned, if zero (default)," found
      |       | "*                         the last -$limit are returned, if zero (default)," 
 1507 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                          the result is not limited at all. Attention though" 
      |       | found "*                         the result is not limited at all. Attention
      |       | though" 
 1508 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                          that the use of this parameter can slow down this" found
      |       | "*                         that the use of this parameter can slow down this" 
 1509 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                          function." found "*                         function." 
 1564 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | array('aa' => array('first', 'second')," found "*         array('aa'
      |       | => array('first', 'second')," 
 1565 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | array('bb' => array('third', 'fourth')," found "*         array('bb'
      |       | => array('third', 'fourth')," 
 1566 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | array('cc' => array('fifth', 'sixth')," found "*         array('cc'
      |       | => array('fifth', 'sixth')," 
 1573 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | array('bb' => array('third', 'fourth')," found "*         array('bb'
      |       | => array('third', 'fourth')," 
 3138 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                         the initial Limit, otherwise
      |       | $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'] will be used" 
      |       | found "*                        the initial Limit, otherwise
      |       | $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'] will be used" 
 3851 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 empty string otherwise" found "*                empty string otherwise" 
 4088 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                          Otherwise an empty array and it is FALSE in error case." 
      |       | found "*                         Otherwise an empty array and it is FALSE in
      |       | error case." 
 5066 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | t3lib_div::sysLog('[write message in English here]',
      |       | 'extension_key', 'severity');" found "*        
      |       | t3lib_div::sysLog('[write message in English here]',
      |       | 'extension_key', 'severity');" 
 5165 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | if (TYPO3_DLOG)    t3lib_div::devLog('[write message in english
      |       | here]', 'extension key');" found "*         if
      |       | (TYPO3_DLOG)    t3lib_div::devLog('[write message in english
      |       | here]', 'extension key');" 
 5365 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         whether the escaped data is expected to be used as CDATA and
      |       | thus" found "*        whether the escaped data is expected to be used
      |       | as CDATA and thus" 
 5366 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |         does not need to be htmlspecialchared" found "*        does not
      |       | need to be htmlspecialchared" 
 5369 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 will not be empty" found "*                will not be empty" 
--------------------------------------------------------------------------------

FILE: ...nwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_extfilefunc.php
--------------------------------------------------------------------------------
FOUND 21 ERROR(S) AFFECTING 21 LINE(S)
--------------------------------------------------------------------------------
  49 | ERROR | Whitespace must be added after single asteriks expected "*      ...
     |       | All fileoperations must be within the filemount-paths. Further
     |       | the fileextension MUST validate TRUE with the f_ext array" found
     |       | "*     ... All fileoperations must be within the filemount-paths.
     |       | Further the fileextension MUST validate TRUE with the f_ext
     |       | array" 
 823 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |     Array(" found "*    Array(" 
 824 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |         [upload_1] => Array(" found "*        [upload_1] => Array(" 
 825 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                 [name] => Array(" found "*                [name] => Array(" 
 826 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                         [0] => GData - Content-Elemente und Media-Gallery.pdf" 
     |       | found "*                        [0] => GData - Content-Elemente und
     |       | Media-Gallery.pdf" 
 827 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                         [1] => CMS Expo 2011.txt" found "*                        [1] => CMS Expo
     |       | 2011.txt" 
 828 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                     )" found "*                    )" 
 829 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                 [type] => Array(" found "*                [type] => Array(" 
 830 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                         [0] => application/pdf" found "*                        [0] =>
     |       | application/pdf" 
 831 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                         [1] => text/plain" found "*                        [1] => text/plain" 
 832 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                     )" found "*                    )" 
 833 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                 [tmp_name] => Array(" found "*                [tmp_name] => Array(" 
 834 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                         [0] => /Applications/MAMP/tmp/php/phpNrOB43" found
     |       | "*                        [0] => /Applications/MAMP/tmp/php/phpNrOB43" 
 835 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                         [1] => /Applications/MAMP/tmp/php/phpD2HQAK" found
     |       | "*                        [1] => /Applications/MAMP/tmp/php/phpD2HQAK" 
 836 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                     )" found "*                    )" 
 837 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                 [size] => Array(" found "*                [size] => Array(" 
 838 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                         [0] => 373079" found "*                        [0] => 373079" 
 839 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                         [1] => 1291" found "*                        [1] => 1291" 
 840 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |                     )" found "*                    )" 
 841 | ERROR | Whitespace must be added after single asteriks expected "*             )" 
     |       | found "*            )" 
 842 | ERROR | Whitespace must be added after single asteriks expected "*     )" 
     |       | found "*    )" 
--------------------------------------------------------------------------------

FILE: ...dygrunwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_extmgm.php
--------------------------------------------------------------------------------
FOUND 29 ERROR(S) AFFECTING 29 LINE(S)
--------------------------------------------------------------------------------
  205 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 will be an empty string if the extension is not loaded" 
      |       | found "*                will be an empty string if the extension is not
      |       | loaded" 
  270 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 of this fields (commalist with "before:", "after:" or
      |       | "replace:" commands)." found "*                of this fields (commalist
      |       | with "before:", "after:" or "replace:" commands)." 
  271 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Example:
      |       | "before:keywords,--palette--;;4,after:description"." found
      |       | "*                Example:
      |       | "before:keywords,--palette--;;4,after:description"." 
  272 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Palettes must be passed like in the example no matter how
      |       | the palette definition looks like in TCA." found "*                Palettes
      |       | must be passed like in the example no matter how the palette
      |       | definition looks like in TCA." 
  273 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 It will add the list of new fields before or after a
      |       | palette or replace the field inside the palette," found
      |       | "*                It will add the list of new fields before or after a
      |       | palette or replace the field inside the palette," 
  274 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 when the field given in $position is found inside a palette
      |       | used by the type." found "*                when the field given in
      |       | $position is found inside a palette used by the type." 
  345 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 of this fields (commalist with "before:", "after:" or
      |       | "replace:" commands)." found "*                of this fields (commalist
      |       | with "before:", "after:" or "replace:" commands)." 
  346 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Example:
      |       | "before:keywords,--palette--;;4,after:description"." found
      |       | "*                Example:
      |       | "before:keywords,--palette--;;4,after:description"." 
  347 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Palettes must be passed like in the example no matter how
      |       | the" found "*                Palettes must be passed like in the example no
      |       | matter how the" 
  348 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 palette definition looks like in TCA." found "*                palette
      |       | definition looks like in TCA." 
  395 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 of this fields (commalist with "before:", "after:" or
      |       | "replace:" commands)." found "*                of this fields (commalist
      |       | with "before:", "after:" or "replace:" commands)." 
  396 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Example:
      |       | "before:keywords,--palette--;;4,after:description"." found
      |       | "*                Example:
      |       | "before:keywords,--palette--;;4,after:description"." 
  397 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Palettes must be passed like in the example no matter how
      |       | the" found "*                Palettes must be passed like in the example no
      |       | matter how the" 
  398 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 palette definition looks like in TCA." found "*                palette
      |       | definition looks like in TCA." 
  586 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 of this fields (commalist with "before:", "after:" or
      |       | "replace:" commands)." found "*                of this fields (commalist
      |       | with "before:", "after:" or "replace:" commands)." 
  587 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Example: "before:password,after:email"." found
      |       | "*                Example: "before:password,after:email"." 
  605 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 of this fields (commalist with "before:" or "after:" 
      |       | commands)." found "*                of this fields (commalist with
      |       | "before:" or "after:" commands)." 
  606 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Example:
      |       | "before:keywords,--palette--;;4,after:description"." found
      |       | "*                Example:
      |       | "before:keywords,--palette--;;4,after:description"." 
  607 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 Palettes must be passed like in the example no matter how
      |       | the" found "*                Palettes must be passed like in the example no
      |       | matter how the" 
  608 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 palette definition looks like in TCA." found "*                palette
      |       | definition looks like in TCA." 
  717 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                             (this array gets created by the function
      |       | explodeItemList())" found "*                            (this array gets created by
      |       | the function explodeItemList())" 
  786 | ERROR | Whitespace must be added after single asteriks expected "*
      |       |                 or
      |       | $GLOBALS['TCA'][<table>]['palettes'][<palette>]['showitem'] in
      |       | most cases" found "*                or
      |       | $GLOBALS['TCA'][<table>]['palettes'][<palette>]['showitem'] in
      |       | most cases" 
 1373 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | "list_type" (default)    - the good old "Insert plugin" entry" 
      |       | found "*         "list_type" (default)    - the good old "Insert plugin" 
      |       | entry" 
 1374 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | "menu_type"    - a "Menu/Sitemap" entry" found "*         "menu_type"    -
      |       | a "Menu/Sitemap" entry" 
 1375 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | "splash_layout" - a "Textbox" entry" found "*         "splash_layout" 
      |       | - a "Textbox" entry" 
 1376 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | "CType" - a new content element type" found "*         "CType" - a
      |       | new content element type" 
 1377 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | "header_layout" - an additional header type (added to the
      |       | selection of layout1-5)" found "*         "header_layout" - an
      |       | additional header type (added to the selection of layout1-5)" 
 1378 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | "includeLib" - just includes the library for manual use
      |       | somewhere in TypoScript." found "*         "includeLib" - just
      |       | includes the library for manual use somewhere in TypoScript." 
 1379 | ERROR | Whitespace must be added after single asteriks expected "*     
      |       | (Remember that your $type definition should correspond to the
      |       | column/items array in $GLOBALS['TCA'][tt_content] where you
      |       | added the selector item for the element! See addPlugin()
      |       | function)" found "*     (Remember that your $type definition
      |       | should correspond to the column/items array in
      |       | $GLOBALS['TCA'][tt_content] where you added the selector item
      |       | for the element! See addPlugin() function)" 
--------------------------------------------------------------------------------

FILE: ...unwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_extobjbase.php
--------------------------------------------------------------------------------
FOUND 34 ERROR(S) AFFECTING 34 LINE(S)
--------------------------------------------------------------------------------
 40 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | t3lib_extMgm::insertModuleFunction(" found "*    
    |       | t3lib_extMgm::insertModuleFunction(" 
 41 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | 'web_info'," found "*         'web_info'," 
 42 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | 'tx_cms_webinfo_page'," found "*         'tx_cms_webinfo_page'," 
 43 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | t3lib_extMgm::extPath($_EXTKEY).'web_info/class.tx_cms_webinfo.php'," 
    |       | found "*        
    |       | t3lib_extMgm::extPath($_EXTKEY).'web_info/class.tx_cms_webinfo.php'," 
 44 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | 'LLL:EXT:cms/locallang_tca.php:mod_tx_cms_webinfo_page'" found
    |       | "*         'LLL:EXT:cms/locallang_tca.php:mod_tx_cms_webinfo_page'" 
 45 | ERROR | Whitespace must be added after single asteriks expected "*      );" 
    |       | found "*     );" 
 52 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | t3lib_extMgm::insertModuleFunction(" found "*    
    |       | t3lib_extMgm::insertModuleFunction(" 
 53 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | 'web_func'," found "*         'web_func'," 
 54 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | 'tx_wizardcrpages_webfunc_2'," found "*        
    |       | 'tx_wizardcrpages_webfunc_2'," 
 55 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | t3lib_extMgm::extPath($_EXTKEY).'class.tx_wizardcrpages_webfunc_2.php'," 
    |       | found "*        
    |       | t3lib_extMgm::extPath($_EXTKEY).'class.tx_wizardcrpages_webfunc_2.php'," 
 56 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | 'LLL:EXT:wizard_crpages/locallang.php:wiz_crMany'," found "*        
    |       | 'LLL:EXT:wizard_crpages/locallang.php:wiz_crMany'," 
 57 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | 'wiz'" found "*         'wiz'" 
 58 | ERROR | Whitespace must be added after single asteriks expected "*      );" 
    |       | found "*     );" 
 63 | ERROR | Whitespace must be added after single asteriks expected "*      //
    |       | Make instance:" found "*     // Make instance:" 
 64 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | $SOBE = t3lib_div::makeInstance("SC_mod_web_func_index");" found
    |       | "*     $SOBE = t3lib_div::makeInstance("SC_mod_web_func_index");" 
 65 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | $SOBE->init();" found "*     $SOBE->init();" 
 67 | ERROR | Whitespace must be added after single asteriks expected "*      //
    |       | Include files?" found "*     // Include files?" 
 68 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | foreach($SOBE->include_once as
    |       | $INC_FILE)    include_once($INC_FILE);" found "*    
    |       | foreach($SOBE->include_once as
    |       | $INC_FILE)    include_once($INC_FILE);" 
 69 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | $SOBE->checkExtObj();    // Checking for first level external
    |       | objects" found "*     $SOBE->checkExtObj();    // Checking for first
    |       | level external objects" 
 71 | ERROR | Whitespace must be added after single asteriks expected "*      //
    |       | Repeat Include files! - if any files has been added by
    |       | second-level extensions" found "*     // Repeat Include files! - if
    |       | any files has been added by second-level extensions" 
 72 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | foreach($SOBE->include_once as
    |       | $INC_FILE)    include_once($INC_FILE);" found "*    
    |       | foreach($SOBE->include_once as
    |       | $INC_FILE)    include_once($INC_FILE);" 
 73 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | $SOBE->checkSubExtObj();    // Checking second level external
    |       | objects" found "*     $SOBE->checkSubExtObj();    // Checking second
    |       | level external objects" 
 75 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | $SOBE->main();" found "*     $SOBE->main();" 
 76 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | $SOBE->printContent();" found "*     $SOBE->printContent();" 
 85 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | class tx_funcwizards_webfunc extends t3lib_extobjbase {" found
    |       | "*     class tx_funcwizards_webfunc extends t3lib_extobjbase {" 
 86 | ERROR | Whitespace must be added after single asteriks expected "*          var
    |       | $localLangFile = "locallang.php";" found "*         var $localLangFile
    |       | = "locallang.php";" 
 87 | ERROR | Whitespace must be added after single asteriks expected "*          var
    |       | $function_key = "wiz";" found "*         var $function_key = "wiz";" 
 88 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | function init(&$pObj, $conf) {" found "*         function init(&$pObj,
    |       | $conf) {" 
 89 | ERROR | Whitespace must be added after single asteriks expected "*                 
    |       | // OK, handles ordinary init. This includes setting up the menu
    |       | array with ->modMenu" found "*                 // OK, handles ordinary init.
    |       | This includes setting up the menu array with ->modMenu" 
 90 | ERROR | Whitespace must be added after single asteriks expected "*             
    |       | parent::init($pObj,$conf);" found "*            
    |       | parent::init($pObj,$conf);" 
 91 | ERROR | Whitespace must be added after single asteriks expected "*                 
    |       | // Making sure that any further external classes are added to the
    |       | include_once array. Notice that inclusion happens twice in the
    |       | main script because of this!!!" found "*                 // Making sure that
    |       | any further external classes are added to the include_once array.
    |       | Notice that inclusion happens twice in the main script because of
    |       | this!!!" 
 92 | ERROR | Whitespace must be added after single asteriks expected "*             
    |       | $this->handleExternalFunctionValue();" found "*            
    |       | $this->handleExternalFunctionValue();" 
 93 | ERROR | Whitespace must be added after single asteriks expected "*          }" 
    |       | found "*         }" 
 94 | ERROR | Whitespace must be added after single asteriks expected "*      }" 
    |       | found "*     }" 
--------------------------------------------------------------------------------

FILE: ...wald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_flashmessage.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 62 | ERROR | Whitespace must be added after single asteriks expected "*                  
    |       |             t3lib_FlashMessage::WARNING or t3lib_FlashMessage::ERROR.
    |       | Default is t3lib_FlashMessage::OK." found "*                 
    |       |             t3lib_FlashMessage::WARNING or t3lib_FlashMessage::ERROR.
    |       | Default is t3lib_FlashMessage::OK." 
--------------------------------------------------------------------------------

FILE: ...wald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_frontendedit.php
--------------------------------------------------------------------------------
FOUND 6 ERROR(S) AFFECTING 6 LINE(S)
--------------------------------------------------------------------------------
 445 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |             that frontend editing views can handle "save" differently
     |       | from" found "*            that frontend editing views can handle "save" 
     |       | differently from" 
 446 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |             "save and close"." found "*            "save and close"." 
 447 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |             Example: When editing a page record, "save" reloads the same" 
     |       | found "*            Example: When editing a page record, "save" reloads
     |       | the same" 
 448 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |             editing form.  "Save and close" reloads the entire page at" 
     |       | found "*            editing form.  "Save and close" reloads the entire
     |       | page at" 
 449 | ERROR | Whitespace must be added after single asteriks expected "*
     |       |             the appropriate URL." found "*            the appropriate URL." 
 503 | ERROR | Whitespace must be added after single asteriks expected "*                     
     |       | to TRUE but doesn't makes sense when creating new records on a
     |       | page." found "*                     to TRUE but doesn't makes sense when
     |       | creating new records on a page." 
--------------------------------------------------------------------------------

FILE: ...runwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_iconworks.php
--------------------------------------------------------------------------------
FOUND 2 ERROR(S) AFFECTING 2 LINE(S)
--------------------------------------------------------------------------------
 752 | ERROR | Whitespace must be added after single asteriks expected "* /" 
     |       | found "**/" 
 774 | ERROR | Whitespace must be added after single asteriks expected "* /" 
     |       | found "**/" 
--------------------------------------------------------------------------------

FILE: ...nwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_loadmodules.php
--------------------------------------------------------------------------------
FOUND 5 ERROR(S) AFFECTING 5 LINE(S)
--------------------------------------------------------------------------------
  41 | ERROR | Whitespace must be added after single asteriks expected "*         
     |       | $this->loadModules =
     |       | t3lib_div::makeInstance('t3lib_loadModules');" found "*        
     |       | $this->loadModules =
     |       | t3lib_div::makeInstance('t3lib_loadModules');" 
  42 | ERROR | Whitespace must be added after single asteriks expected "*         
     |       | $this->loadModules->load($TBE_MODULES);" found "*        
     |       | $this->loadModules->load($TBE_MODULES);" 
 217 | ERROR | Whitespace must be added after single asteriks expected "*     
     |       | 'notFound':    If the module was not found in the path (no
     |       | "conf.php" file)" found "*     'notFound':    If the module was not
     |       | found in the path (no "conf.php" file)" 
 218 | ERROR | Whitespace must be added after single asteriks expected "*     
     |       | FALSE:        If no access to the module (access check failed)" found
     |       | "*     FALSE:        If no access to the module (access check failed)" 
 219 | ERROR | Whitespace must be added after single asteriks expected "*     
     |       | array():    Configuration array, in case a valid module where
     |       | access IS granted exists." found "*     array():    Configuration
     |       | array, in case a valid module where access IS granted exists." 
--------------------------------------------------------------------------------

FILE: ...nwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_modsettings.php
--------------------------------------------------------------------------------
FOUND 17 ERROR(S) AFFECTING 17 LINE(S)
--------------------------------------------------------------------------------
 42 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | 'function' => array(" found "*     'function' => array(" 
 43 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | 'xxx ..." found "*         'xxx ..." 
 44 | ERROR | Whitespace must be added after single asteriks expected "*      )," 
    |       | found "*     )," 
 45 | ERROR | Whitespace must be added after single asteriks expected "*     
    |       | 'tx_dam_select_storedSettings' => ''," found "*    
    |       | 'tx_dam_select_storedSettings' => ''," 
 50 | ERROR | Whitespace must be added after single asteriks expected "*      //
    |       | reStore settings" found "*     // reStore settings" 
 56 | ERROR | Whitespace must be added after single asteriks expected "*      //
    |       | show control panel" found "*     // show control panel" 
 61 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |     $GLOBALS['SOBE']->MOD_SETTINGS[$this->prefix.'_storedSettings']
    |       | = serialize(" found
    |       | "*    $GLOBALS['SOBE']->MOD_SETTINGS[$this->prefix.'_storedSettings']
    |       | = serialize(" 
 62 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |         array (" found "*        array (" 
 63 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |             'any id' => array (" found "*            'any id' => array (" 
 64 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |                     'title' => 'title for saved settings'," found "*                    'title'
    |       | => 'title for saved settings'," 
 65 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |                     'desc' => 'descritpion text, not mandatory'," found
    |       | "*                    'desc' => 'descritpion text, not mandatory'," 
 66 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |                     'data' => array(),    // data from MOD_SETTINGS" found
    |       | "*                    'data' => array(),    // data from MOD_SETTINGS" 
 67 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |                     'user' => NULL, // can be used for extra data used by the
    |       | application to identify this entry" found "*                    'user' => NULL,
    |       | // can be used for extra data used by the application to identify
    |       | this entry" 
 68 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |                     'tstamp' => 12345, // $GLOBALS['EXEC_TIME']" found
    |       | "*                    'tstamp' => 12345, // $GLOBALS['EXEC_TIME']" 
 69 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |                 )," found "*                )," 
 70 | ERROR | Whitespace must be added after single asteriks expected "*
    |       |             'another id' => ..." found "*            'another id' => ..." 
 72 | ERROR | Whitespace must be added after single asteriks expected "*             )
    |       | );" found "*            ) );" 
--------------------------------------------------------------------------------

FILE: ...runwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_parsehtml.php
--------------------------------------------------------------------------------
FOUND 43 ERROR(S) AFFECTING 43 LINE(S)
--------------------------------------------------------------------------------
  282 | ERROR | Whitespace must be added after single asteriks expected "*      0
      |       | => array(" found "*     0 => array(" 
  283 | ERROR | Whitespace must be added after single asteriks expected "*       
      |       | '###SINGLEMARKER2###' => 'value 2'," found "*      
      |       | '###SINGLEMARKER2###' => 'value 2'," 
  284 | ERROR | Whitespace must be added after single asteriks expected "*     
      |       | )," found "*     )," 
  285 | ERROR | Whitespace must be added after single asteriks expected "*      1
      |       | => array(" found "*     1 => array(" 
  286 | ERROR | Whitespace must be added after single asteriks expected "*       
      |       | '###SINGLEMARKER2###' => 'value 3'," found "*      
      |       | '###SINGLEMARKER2###' => 'value 3'," 
  287 | ERROR | Whitespace must be added after single asteriks expected "*      )" 
      |       | found "*     )" 
  728 | ERROR | Whitespace must be added after single asteriks expected "*     
      |       | $tags[$tagname] = Array(" found "*     $tags[$tagname] = Array(" 
  729 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | 'overrideAttribs' => ''        If set, this string is preset as the
      |       | attributes of the tag" found "*         'overrideAttribs' => ''        If
      |       | set, this string is preset as the attributes of the tag" 
  730 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | 'allowedAttribs' =>   '0' (zero) = no attributes allowed,
      |       | '[commalist of attributes]' = only allowed attributes. If
      |       | blank, all attributes are allowed." found "*         'allowedAttribs'
      |       | =>   '0' (zero) = no attributes allowed, '[commalist of
      |       | attributes]' = only allowed attributes. If blank, all
      |       | attributes are allowed." 
  731 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | 'fixAttrib' => Array(" found "*         'fixAttrib' => Array(" 
  732 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | '[attribute name]' => Array (" found "*             '[attribute name]'
      |       | => Array (" 
  733 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'set' => Force the attribute value to this value." found "*                
      |       | 'set' => Force the attribute value to this value." 
  734 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'unset' => Boolean: If set, the attribute is unset." found
      |       | "*                 'unset' => Boolean: If set, the attribute is unset." 
  735 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'default' =>     If no attribute exists by this name, this value
      |       | is set as default value (if this value is not blank)" found
      |       | "*                 'default' =>     If no attribute exists by this name, this
      |       | value is set as default value (if this value is not blank)" 
  736 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'always' =>     Boolean. If set, the attribute is always
      |       | processed. Normally an attribute is processed only if it
      |       | exists" found "*                 'always' =>     Boolean. If set, the
      |       | attribute is always processed. Normally an attribute is
      |       | processed only if it exists" 
  737 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'trim,intval,lower,upper' =>     All booleans. If any of these
      |       | keys are set, the value is passed through the respective
      |       | PHP-functions." found "*                 'trim,intval,lower,upper' =>     All
      |       | booleans. If any of these keys are set, the value is passed
      |       | through the respective PHP-functions." 
  738 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'range' => Array ('[low limit]','[high limit,
      |       | optional]')        Setting integer range." found "*                 'range' =>
      |       | Array ('[low limit]','[high limit, optional]')        Setting integer
      |       | range." 
  739 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'list' => Array
      |       | ('[value1/default]','[value2]','[value3]')        Attribute must be
      |       | in this list. If not, the value is set to the first element." 
      |       | found "*                 'list' => Array
      |       | ('[value1/default]','[value2]','[value3]')        Attribute must be
      |       | in this list. If not, the value is set to the first element." 
  740 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'removeIfFalse' =>     Boolean/'blank'.    If set, then the attribute
      |       | is removed if it is 'FALSE'. If this value is set to 'blank'
      |       | then the value must be a blank string (that means a 'zero'
      |       | value will not be removed)" found "*                 'removeIfFalse' =>    
      |       | Boolean/'blank'.    If set, then the attribute is removed if it is
      |       | 'FALSE'. If this value is set to 'blank' then the value must be
      |       | a blank string (that means a 'zero' value will not be removed)" 
  741 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'removeIfEquals' =>     [value]    If the attribute value matches the
      |       | value set here, then it is removed." found "*                
      |       | 'removeIfEquals' =>     [value]    If the attribute value matches the
      |       | value set here, then it is removed." 
  742 | ERROR | Whitespace must be added after single asteriks expected "*                 
      |       | 'casesensitiveComp' => 1    If set, then the removeIfEquals and
      |       | list comparisons will be case sensitive. Otherwise not." found
      |       | "*                 'casesensitiveComp' => 1    If set, then the removeIfEquals
      |       | and list comparisons will be case sensitive. Otherwise not." 
  743 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | )" found "*             )" 
  744 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | )," found "*         )," 
  745 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | 'protect' => '',    Boolean. If set, the tag <> is converted to
      |       | &lt; and &gt;" found "*         'protect' => '',    Boolean. If set, the
      |       | tag <> is converted to &lt; and &gt;" 
  746 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | 'remap' => '',        String. If set, the tagname is remapped to this
      |       | tagname" found "*         'remap' => '',        String. If set, the tagname
      |       | is remapped to this tagname" 
  747 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | 'rmTagIfNoAttrib' => '',    Boolean. If set, then the tag is
      |       | removed if no attributes happend to be there." found "*        
      |       | 'rmTagIfNoAttrib' => '',    Boolean. If set, then the tag is
      |       | removed if no attributes happend to be there." 
  748 | ERROR | Whitespace must be added after single asteriks expected "*         
      |       | 'nesting' => '',    Boolean/'global'. If set TRUE, then this tag
      |       | must have starting and ending tags in the correct order. Any
      |       | tags not in this order will be discarded. Thus
      |       | '</B><B><I></B></I></B>' will be converted to '<B><I></B></I>'.
      |       | Is the value 'global' then true nesting in relation to other
      |       | tags marked for 'global' nesting control is preserved. This
      |       | means that if <B> and <I> are set for global nesting then this
      |       | string '</B><B><I></B></I></B>' is converted to '<B></B>'" 
      |       | found "*         'nesting' => '',    Boolean/'global'. If set TRUE, then
      |       | this tag must have starting and ending tags in the correct
      |       | order. Any tags not in this order will be discarded. Thus
      |       | '</B><B><I></B></I></B>' will be converted to '<B><I></B></I>'.
      |       | Is the value 'global' then true nesting in relation to other
      |       | tags marked for 'global' nesting control is preserved. This
      |       | means that if <B> and <I> are set for global nesting then this
      |       | string '</B><B><I></B></I></B>' is converted to '<B></B>'" 
  749 | ERROR | Whitespace must be added after single asteriks expected "*      )" 
      |       | found "*     )" 
 1498 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | What it does NOT do (yet) according to XHTML specs.:" found
      |       | "*             What it does NOT do (yet) according to XHTML specs.:" 
 1499 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - Wellformedness: Nesting is NOT checked" found "*             -
      |       | Wellformedness: Nesting is NOT checked" 
 1500 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - name/id attribute issue is not observed at this point." found
      |       | "*             - name/id attribute issue is not observed at this point." 
 1501 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - Certain nesting of elements not allowed. Most interesting,
      |       | <PRE> cannot contain img, big,small,sub,sup ..." found "*             -
      |       | Certain nesting of elements not allowed. Most interesting,
      |       | <PRE> cannot contain img, big,small,sub,sup ..." 
 1502 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - Wrapping scripts and style element contents in CDATA - or
      |       | alternatively they should have entitites converted." found
      |       | "*             - Wrapping scripts and style element contents in CDATA -
      |       | or alternatively they should have entitites converted." 
 1503 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - Setting charsets may put some special requirements on both
      |       | XML declaration/ meta-http-equiv. (C.9)" found "*             - Setting
      |       | charsets may put some special requirements on both XML
      |       | declaration/ meta-http-equiv. (C.9)" 
 1504 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - UTF-8 encoding is in fact expected by XML!!" found "*             -
      |       | UTF-8 encoding is in fact expected by XML!!" 
 1505 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - stylesheet element and attribute names are NOT converted to
      |       | lowercase" found "*             - stylesheet element and attribute names
      |       | are NOT converted to lowercase" 
 1506 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - ampersands (and entities in general I think) MUST be
      |       | converted to an entity reference! (&amps;). This may mean
      |       | further conversion of non-tag content before output to page.
      |       | May be related to the charset issue as a whole." found "*             -
      |       | ampersands (and entities in general I think) MUST be converted
      |       | to an entity reference! (&amps;). This may mean further
      |       | conversion of non-tag content before output to page. May be
      |       | related to the charset issue as a whole." 
 1507 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - Minimized values not allowed: Must do this:
      |       | selected="selected"" found "*             - Minimized values not
      |       | allowed: Must do this: selected="selected"" 
 1509 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | What it does at this point:" found "*             What it does at this
      |       | point:" 
 1510 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - All tags (frame,base,meta,link + img,br,hr,area,input) is
      |       | ended with "/>" - others?" found "*             - All tags
      |       | (frame,base,meta,link + img,br,hr,area,input) is ended with
      |       | "/>" - others?" 
 1511 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - Lowercase for elements and attributes" found "*             -
      |       | Lowercase for elements and attributes" 
 1512 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - All attributes in quotes" found "*             - All attributes in
      |       | quotes" 
 1513 | ERROR | Whitespace must be added after single asteriks expected "*             
      |       | - Add "alt" attribute to img-tags if it's not there already." 
      |       | found "*             - Add "alt" attribute to img-tags if it's not there
      |       | already." 
--------------------------------------------------------------------------------

FILE: ...dygrunwald/Development/TYPO3/typo3_src-git/t3lib/class.t3lib_scbase.php
--------------------------------------------------------------------------------
FOUND 34 ERROR(S) AFFECTING 34 LINE(S)
--------------------------------------------------------------------------------
 42 | ERROR | Whitespace must be added after single asteriks expected "*           
    |       | // TYPICAL 'HEADER' OF A BACKEND MODULE:" found "*           // TYPICAL
    |       | 'HEADER' OF A BACKEND MODULE:" 
 43 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | unset($MCONF);" found "*         unset($MCONF);" 
 44 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | require ('conf.php');" found "*         require ('conf.php');" 
 45 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | require ($BACK_PATH.'init.php');" found "*         require
    |       | ($BACK_PATH.'init.php');" 
 46 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | require ($BACK_PATH.'template.php');" found "*         require
    |       | ($BACK_PATH.'template.php');" 
 47 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | $GLOBALS['LANG']->includeLLFile('EXT:prototype/locallang.php');" 
    |       | found "*        
    |       | $GLOBALS['LANG']->includeLLFile('EXT:prototype/locallang.php');" 
 48 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | $GLOBALS['BE_USER']->modAccess($MCONF,1);" found "*        
    |       | $GLOBALS['BE_USER']->modAccess($MCONF,1);" 
 50 | ERROR | Whitespace must be added after single asteriks expected "*              //
    |       | SC_mod_prototype EXTENDS THE CLASS t3lib_SCbase with a main() and
    |       | printContent() function:" found "*             // SC_mod_prototype EXTENDS
    |       | THE CLASS t3lib_SCbase with a main() and printContent()
    |       | function:" 
 51 | ERROR | Whitespace must be added after single asteriks expected "*         
    |       | class SC_mod_prototype extends t3lib_SCbase {" found "*         class
    |       | SC_mod_prototype extends t3lib_SCbase {" 
 52 | ERROR | Whitespace must be added after single asteriks expected "*                 
    |       | // MAIN FUNCTION - HERE YOU CREATE THE MODULE CONTENT IN
    |       | $this->content" found "*                 // MAIN FUNCTION - HERE YOU CREATE
    |       | THE MODULE CONTENT IN $this->content" 
 53 | ERROR | Whitespace must be added after single asteriks expected "*             
    |       | function main() {" found "*             function main() {" 
 54 | ERROR | Whitespace must be added after single asteriks expected "*
Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Status changed from New to Closed

I'm closing these down.
We will need to come up with a reliable way of including codesniffs into the development process

Actions

Also available in: Atom PDF