home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lifeos2.zip / LIFE-1.02 / TESTS / REFOUT / TESTSL.REF < prev    next >
Text File  |  1996-06-04  |  6KB  |  124 lines

  1.  
  2. Style checking : 
  3. ----------------
  4.  
  5. :-< Rule nested_typedef : FILES/testsl.c, line 14 near 'PTR'
  6.     Only one level of nested parentheses allowed around type definitions
  7. :-< Rule contiguous_nested_typedef : FILES/testsl.c, line 14 near 'PTR'
  8.     Only one level of contiguous nested parentheses allowed around type definitions
  9. :-< Rule adjacent_operators : FILES/testsl.c, line 14 near '*'
  10.     Two operators cannot be adjacent
  11. :-< Rule extern_in_c_file : FILES/testsl.c, line 17 near 'external_name'
  12.     No declaration in a .c file accessed out of the .c file
  13. :-< Rule adjacent_operators : FILES/testsl.c, line 20 near '~'
  14.     Two operators cannot be adjacent
  15. :-< Rule adjacent_operators : FILES/testsl.c, line 20 near '~'
  16.     Two operators cannot be adjacent
  17. :-< Rule adjacent_operators : FILES/testsl.c, line 22 near '~'
  18.     Two operators cannot be adjacent
  19. :-< Rule adjacent_operators : FILES/testsl.c, line 22 near '~'
  20.     Two operators cannot be adjacent
  21. :-< Rule adjacent_operators : FILES/testsl.c, line 26 near '~'
  22.     Two operators cannot be adjacent
  23. :-< Rule adjacent_operators : FILES/testsl.c, line 28 near '*'
  24.     Two operators cannot be adjacent
  25. :-< Rule adjacent_operators : FILES/testsl.c, line 30 near '*'
  26.     Two operators cannot be adjacent
  27. :-< Rule nested_typedef : FILES/testsl.c, line 33 near 'strange_ptr'
  28.     Only one level of nested parentheses allowed around type definitions
  29. :-< Rule adjacent_operators : FILES/testsl.c, line 36 near '*'
  30.     Two operators cannot be adjacent
  31. :-< Rule adjacent_operators : FILES/testsl.c, line 36 near '*'
  32.     Two operators cannot be adjacent
  33. :-< Rule variable_length : FILES/testsl.c, line 38 near 'a'
  34.     Variable name is too short
  35. :-< Rule variable_length : FILES/testsl.c, line 39 near 'b'
  36.     Variable name is too short
  37. :-< Rule adjacent_operators : FILES/testsl.c, line 39 near '~'
  38.     Two operators cannot be adjacent
  39. :-< Rule variable_length : FILES/testsl.c, line 40 near 'c'
  40.     Variable name is too short
  41. :-< Rule assignment_style : FILES/testsl.c, line 66 near '='
  42.     Assignment operators must be preceded and followed by a single space
  43. :-< Rule adjacent_operators : FILES/testsl.c, line 66 near '++'
  44.     Two operators cannot be adjacent
  45. :-< Rule adjacent_operators : FILES/testsl.c, line 66 near '--'
  46.     Two operators cannot be adjacent
  47. :-< Rule block_alignment : FILES/testsl.c, line 67 near '{'
  48.     There must be one space between brace and condition
  49. :-< Rule block_alignment : FILES/testsl.c, line 84 near '{'
  50.     There must be one space between brace and condition
  51. :-< Rule adjacent_operators : FILES/testsl.c, line 67 near '++'
  52.     Two operators cannot be adjacent
  53. :-< Rule variable_length : FILES/testsl.c, line 68 near 'i'
  54.     Variable name is too short
  55. :-< Rule variable_length : FILES/testsl.c, line 69 near 'j'
  56.     Variable name is too short
  57. :-< Rule adjacent_operators : FILES/testsl.c, line 73 near '*'
  58.     Two operators cannot be adjacent
  59. :-< Rule assignment_style : FILES/testsl.c, line 74 near '='
  60.     Assignment operators must be preceded and followed by a single space
  61. :-< Rule adjacent_operators : FILES/testsl.c, line 74 near '++'
  62.     Two operators cannot be adjacent
  63. :-< Rule adjacent_operators : FILES/testsl.c, line 79 near '*'
  64.     Two operators cannot be adjacent
  65. :-< Rule assignment_style : FILES/testsl.c, line 79 near '+='
  66.     Assignment operators must be preceded and followed by a single space
  67. :-< Rule nested_typedef : FILES/testsl.c, line 85 near 'Nested_type'
  68.     Only one level of nested parentheses allowed around type definitions
  69. :-< Rule contiguous_nested_typedef : FILES/testsl.c, line 85 near 'Nested_type'
  70.     Only one level of contiguous nested parentheses allowed around type definitions
  71. :-< Rule variable_length : FILES/testsl.c, line 89 near 'new_c'
  72.     Variable name is too short
  73. :-< Rule variable_length : FILES/testsl.c, line 101 near 's'
  74.     Variable name is too short
  75. :-< Rule assignment_style : FILES/testsl.c, line 103 near '+='
  76.     Assignment operators must be preceded and followed by a single space
  77. :-< Rule assignment_style : FILES/testsl.c, line 107 near '='
  78.     Assignment operators must be preceded and followed by a single space
  79. :-< Rule adjacent_operators : FILES/testsl.c, line 113 near '*'
  80.     Two operators cannot be adjacent
  81. :-< Rule variable_length : FILES/testsl.c, line 115 near 'i'
  82.     Variable name is too short
  83. :-< Rule variable_length : FILES/testsl.c, line 115 near 'j'
  84.     Variable name is too short
  85. :-< Rule variable_length : FILES/testsl.c, line 115 near 'k'
  86.     Variable name is too short
  87. :-< Rule variable_length : FILES/testsl.c, line 115 near 'm'
  88.     Variable name is too short
  89. :-< Rule variable_length : FILES/testsl.c, line 116 near 'l'
  90.     Variable name is too short
  91. :-< Rule adjacent_operators : FILES/testsl.c, line 116 near '*'
  92.     Two operators cannot be adjacent
  93. :-< Rule adjacent_operators : FILES/testsl.c, line 123 near '*'
  94.     Two operators cannot be adjacent
  95. :-< Rule assignment_style : FILES/testsl.c, line 126 near '='
  96.     Assignment operators must be preceded and followed by a single space
  97.  
  98. Uninitialized variables : 
  99. -------------------------
  100.  
  101. :-< Rule uninitialized_variable : FILES/testsl.c, line 79 near 'F'
  102.     Variable may be uninitialized
  103. :-< Rule uninitialized_variable : FILES/testsl.c, line 103 near 'new_c'
  104.     Variable may be uninitialized
  105. :-< Rule uninitialized_variable : FILES/testsl.c, line 119 near 'j'
  106.     Variable may be uninitialized
  107. :-< Rule uninitialized_variable : FILES/testsl.c, line 123 near 'k'
  108.     Variable may be uninitialized
  109. :-< Rule uninitialized_variable : FILES/testsl.c, line 127 near 'j'
  110.     Variable may be uninitialized
  111. :-< Rule uninitialized_variable : FILES/testsl.c, line 129 near 'j'
  112.     Variable may be uninitialized
  113. :-< Rule uninitialized_variable : FILES/testsl.c, line 131 near 'm'
  114.     Variable may be uninitialized
  115. :-< Rule uninitialized_variable : FILES/testsl.c, line 134 near 'm'
  116.     Variable may be uninitialized
  117. :-< Rule uninitialized_variable : FILES/testsl.c, line 135 near 'k'
  118.     Variable may be uninitialized
  119.  
  120. *** Yes
  121. --1> 
  122. *** No
  123.